doFollow: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (brought notes in proper format + formatted examples)
Line 23: Line 23:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_soldier1 doFollow _soldier2</pre> |= Example 1
|x1= <code>_soldier1 [[doFollow]] _soldier2</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


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.
 
<dt class="note">Unknown <dd class="note">These commands ([[doFollow]] or [[commandFollow]]) work only if the two units are in the same group.
 
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 18:00, 26 March 2016

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

Unknown
These commands (doFollow or commandFollow) work only if the two units are in the same group.

Bottom Section