Team Switch: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Add Scripting Topics category)
m (Fix grammar in introduction, just make universal scripting topic)
Line 1: Line 1:
==Introduction==
'''Team Switch''' is a new feature to [[:category:Armed Assault|Armed Assault]] that is supposed to provide the ability to switch units between other AI team members.<br><br>
 
'''Team Switch''' a new feature to [[:category:Armed Assault|Armed Assault]] is supposed to provide the ability to switch units between other AI team members.<br><br>
*In [[Arma 3]] the '''Team Switch Dialogue''' can be opened by pressing '''U'''.<br>
*In [[Arma 3]] the '''Team Switch Dialogue''' can be opened by pressing '''U'''.<br>
*'''Team Switch''' is available during singleplayer missions. In MP Team Switch is available with Side respawn (respawn=5;). In any case, there must be playable units available
*'''Team Switch''' is available during singleplayer missions. In MP Team Switch is available with Side respawn (respawn=5;). In any case, there must be playable units available
[[Image:A3_teamSwitch_dialogue.jpg|thumb]]
[[Image:A3_teamSwitch_dialogue.jpg|thumb]]


==Scripting Commands==
= Scripting Commands =


*[[addSwitchableUnit]]
*[[addSwitchableUnit]]
Line 18: Line 16:
*[[teamSwitchEnabled]]
*[[teamSwitchEnabled]]


==See Also==
= See Also =


[[Category:Scripting Topics]]
[[Category:Scripting Topics]]
[[Category:Arma 3]]
[[Category:ArmA: The Game]]

Revision as of 18:27, 27 April 2018

Team Switch is a new feature to Armed Assault that is supposed to provide the ability to switch units between other AI team members.

  • In Arma 3 the Team Switch Dialogue can be opened by pressing U.
  • Team Switch is available during singleplayer missions. In MP Team Switch is available with Side respawn (respawn=5;). In any case, there must be playable units available
A3 teamSwitch dialogue.jpg

Scripting Commands

See Also