setBehaviour: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|SETBEHAVIOUR]]
[[Category:Scripting Commands|SETBEHAVIOUR]]
[[Category:Scripting Commands OFP 1.97|SETBEHAVIOUR]]
[[Category:Scripting Commands OFP 1.96|SETBEHAVIOUR]]
[[Category:Scripting Commands OFP 1.46|SETBEHAVIOUR]]
[[Category:Scripting Commands OFP 1.46|SETBEHAVIOUR]]
[[Category:Scripting Commands ArmA|SETBEHAVIOUR]]
[[Category:Scripting Commands ArmA|SETBEHAVIOUR]]

Revision as of 21:27, 1 June 2006


group setBehaviour behaviour


Operand types:

group: Group

behaviour: String

Type of returned value:

Nothing

Description:

Set group behaviour mode. Behaviour is one of:

  • "CARELESS"
  • "SAFE"
  • "AWARE"
  • "COMBAT"
  • "STEALTH"


Example:

group1 setBehaviour "safe"