Jump to content
Sign in to follow this  
Pie015

How to check if a unit is not in a vehicle?

Recommended Posts

Hey guys,

I'm surprised I didn't see any posts about this topic, I want to know how to find a way to check if a unit has left a vehicle. Or check if the unit is no longer in the vehicle for the next waypoint to show. I've tried using (!unit1 in heli1) and (unit1 not in heli1) but both don't work.

So like this:

Player is pilot

Squad comes into the helicopter

Transport Unload waypoint shows (then disappears for some reason so I put a move waypoint (which has the "check if the squad leader is no longer in the vehicle command" and the condition) right in front of the transport waypoint)

Player lands there

Squad gets out

Next waypoint shows.

Thanks in advance!

Share this post


Link to post
Share on other sites

!(unit1 in heli1) waypoint won't complete until you get out

or you could use a getout waypoint which will also only complete when you are not in a vehicle.

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  

×