how do i get everyone assigned as cargo in a plane eject with say, 1 second split between them (without using a script?)
The easiest way is to do it with a script... I think there's a few at the Ed Depot...
However, if u don't like to do it with a script (!!
!!) u can do it with Game Logic but that requires you to name each and everyone in the groups ejecting the planes...
So with Game Logic you do it something like this:
Put an Game Logic on the map -> Give it an AND waypoint -> in its condition field put
theConditionYouWantToCauseTheEjecting -> set timeOut to 1/1/1 -> on activation put
nameOfSoldier action ["eject",planeName] -> give a second waypoint -> set timeOut to 1/1/1 -> on activation put
nameOfSoldier action ["eject",planeName] and so and so on until you have made an eject 'command' for all your soldiers...
At this moment you might bee realising that a small script running a little loop to eject all the soldiers u need is far more easier than anything else...
If you don't need that 1 sec delay u just create a trigger then with condition
theConditionYouWantToCauseTheEjecting and on activation
{_x action ["eject",planeName]} forEach units groupToEject...
Syntaxes have no guarantees...
i really donÂ't know anything about scripting
It's not that complex, trust me...
"Don't fear the scripting. Make the scripting fear you..." ;D