doFollow: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
No edit summary
Line 33: Line 33:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
 
These commands (Dofollow or CommandFollow) works only if the two units are in the same group.
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 19:00, 11 October 2010

Hover & click on the images for description

Description

Description:
Order the given unit(s) to follow the given other unit or vehicle eg (without radio messages).
Groups:
Uncategorised

Syntax

Syntax:
unitName doFollow unitName2
Parameters:
unitName: Object or Array
unitName2: Object
Return Value:
Nothing

Examples

Example 1:
_soldier1 doFollow _soldier2

Additional Information

See also:
commandFollow

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

These commands (Dofollow or CommandFollow) works only if the two units are in the same group.

Bottom Section