setBehaviour: Difference between revisions
Jump to navigation
Jump to search
m (add. link to behaviour page) |
No edit summary |
||
Line 37: | Line 37: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
Warning! Since ArmA v.1.14 the command setBehaviour "COMBAT" do not work correctly any loger. | |||
<dd class="notedate"></dd> | |||
<dt class="note">'''[[User:=\SNKMAN/=|Crowe]]'''</dt> | |||
<dd class="note">Warning! Since ArmA v.1.14 the command setBehaviour "COMBAT" do not work correctly any loger. | |||
Units ( Groups ) which are using this behaviour and then get a move order, will not move to the given position. | Units ( Groups ) which are using this behaviour and then get a move order, will not move to the given position. | ||
</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 09:31, 17 May 2009
Description
- Description:
- Set group/unit behaviour mode. Behaviour is one of:
- "CARELESS"
- "SAFE"
- "AWARE"
- "COMBAT"
- "STEALTH".
- Groups:
- Uncategorised
Syntax
- Syntax:
- groupName setBehaviour behaviour
- Parameters:
- groupName: Object or Group
- behaviour: String
- Return Value:
- Nothing
Examples
- Example 1:
_group1 setBehaviour "safe"
Additional Information
- See also:
- behaviour
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Notes
- Crowe
- Warning! Since ArmA v.1.14 the command setBehaviour "COMBAT" do not work correctly any loger. Units ( Groups ) which are using this behaviour and then get a move order, will not move to the given position.