Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
Aculaud

Make a trigger activate when you leave a vehicle

Recommended Posts

I was told how to do this once before, but a search turned up nothing, so i need to know again.

I need a trigger to activate when the player leaves a vehicle. I know you need to make the game varify weather the unit is in the vehicle first, so how do i do this?

Share this post


Link to post
Share on other sites

search aculaud, search..... wink.gif

using triggers

first check if unit is in the vehicle. and if so, make a variable have some value.

condition: grunt1 in jeep1

activation: incar=true

then for out of car AFTER getting in,

condition: incar and !(grunt1 in jeep1)

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  

×