Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

Recommended Posts

I can get out a squad from a chopper with this

_waypoint1 = _group_0 addwaypoint[position eject1,250];
_waypoint1 setwaypointtype "MOVE";
_waypoint1 setWaypointStatements ["true", "{unassignvehicle _x;} foreach units ai; 
{_x action [""EJECT"", heli];} foreach units ai;"];

But the same code dont work with a Vodnik.

_waypoint4 setWaypointStatements ["true", "{unassignvehicle _x;} foreach units a2; 
{_x action [""EJECT"", vodnik];} foreach units a2;"];

ai are the same as a2 and name of vehicle is vodnik instead of heli, same code, but my squad will not get out... how come?

---------- Post added at 09:28 PM ---------- Previous post was at 08:44 PM ----------

Answer:

I have forgotten to add

"_group_# = CreateGroup East;"

at every groups.

It works now

Share this post


Link to post
Share on other sites
Sign in to follow this  

×