setBehaviour: Difference between revisions

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





Revision as of 17:18, 4 May 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"