onTeamSwitch
Jump to navigation
Jump to search
Description
- Description:
- Defines an action performed when the team switch is finished. Commandset receives the following special variables: _from object previous unit, _to object current unit. Consecutive use of onTeamSwitch command will overwrite previously set commandset. onTeamSwitch {_from enableAI "TeamSwitch"}; so that the unit continues with waypoints NOTE: When player switches and leaves behind AI unit, you need to enable "TeamSwitch" AI on it
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
onTeamSwitch {[_from, _to] execVM "myTeamSwitchScript.sqf";};
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note