Aculaud 0 Posted September 14, 2002 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
ralphwiggum 6 Posted September 14, 2002 search aculaud, search..... 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
Aculaud 0 Posted September 14, 2002 Ahhhh, gracias!! Share this post Link to post Share on other sites