setBehaviour: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 16: Line 16:
'''Description:'''
'''Description:'''


Set group behaviour mode.
Set group '''behaviour''' mode.
Behaviour is one of:
Behaviour is one of:


    * "CARELESS"
* '''"CARELESS"'''
    * "SAFE"
* '''"SAFE"'''
    * "AWARE"
* '''"AWARE"'''
    * "COMBAT"
* '''"COMBAT"'''
    * "STEALTH"
* '''"STEALTH"'''


Example:
 
group1 '''setBehaviour''' "safe"
'''Example:'''
 
group1 '''setBehaviour''' '''"safe"'''

Revision as of 12:00, 17 April 2006

back to COMREF

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"