I've seen this in the ComRef usable as:
[unit1,unit2,unit3] orderGetIn trueand on Chris's OFP Script Editor referenced as:
_unit orderGetIn _heliI have a heli pickup scenario with AI pilots executing a Chopperwait script. If the group leader is player, u order em in, all great. But if
AI is leader, he ignores the GETIN WP synched to chopper's LOAD WP and nothing happens. So how can I make him order troops into that specific heli (MH6) , so heli can carry on to next WP?
I tried :
[P5,P6,P7] orderGetIn true -
nothing happened[P5,P6,P7] orderGetIn MH6 -
got error : expected boolP5 ordergetIn MH6; P6 orderGetIn MH6; P7 orderGetIn MH6 -
got error: expected array I was putting these lines in the OnActivation of the group leader's MOVE WP just before the GET IN WP ,so that it wouldn't rely on the chopper's LOAD WP synch to happen.
What gives??
:-\ :-X :-\ :-X
Or should I just make a condition somewhere that would
moveincargo the units
if the leader is AI?