Manually triggers a transition.
| _listItem | item to get the state of <any namespace type> |
| _stateMachine | state machine <LOCATION> |
| _currentState | state of the given item STRING |
_currentState = [player, _stateMachine] call CBA_statemachine_fnc_getCurrentState;
BaerMitUmlaut