Jump to content
Sign in to follow this  
BEAKSBY

How to get group to get in a vehicle without assigning positions?

Recommended Posts

Hi All,

Is there a way to order all units in the recently dead player's group to get in side the vehicle without having to assign each to a specific position first?

_PlayerKilledEH =  addeventhandler ["killed",{
_nObject = nearestObject [(_this select 0), "tank" or "car"]; 
hint format ["_nObject: %1", _nObject];
{
_x moveInAny _nObject;
} forEach units (_this select 0:)

Edited by BEAKSBY

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×