Home   Help Search Login Register  

Author Topic: Pilot down  (Read 370 times)

0 Members and 1 Guest are viewing this topic.

BrAinOfJ

  • Guest
Pilot down
« on: 30 Nov 2003, 10:29:28 »
How could a make a trigger activate, and set a waypoint to a unit that has been shot down?

eg. Pilot flying over the trigger, gets hit and ejects. Rescue copter or apc dispatched to rescue unit. The trigger must only activate when and if the unit ejects.

8 Ball

  • Guest
Re:Pilot down
« Reply #1 on: 30 Nov 2003, 10:37:30 »
Put this in a triggers condition field

vehicle player == player

Then synchronize the trigger to the rescue units first wp
That way the wp won't activate untill the player isn't in a vehicle.  ;)