setBehaviour

From Bohemia Interactive Community
Revision as of 07:16, 17 April 2006 by Fragorl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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"