Squad.followLeader 2

Orders the squad to follow their leader, optionally playing an order animation.


Return value

Return TypeDescription
voidThis function doesn't return anything

Parameters

ParameterTypeDescription
1boolWhether to play the order animation.

Examples

squad.followLeader(true);

Back to Scripting API