Home   Help Search Login Register  

Author Topic: trigger activate when dude is in defined vehicle  (Read 418 times)

0 Members and 1 Guest are viewing this topic.

mischa

  • Guest
trigger activate when dude is in defined vehicle
« on: 28 Dec 2003, 18:04:40 »
me again i've got 2 questions this time :)


1. can i make a trigger activate when someone is in a vehicle, leaving the zone? e.g.

bob did the job and is going home, with a plane. now i want to end the mission when bob gets 10 miles away from the airfield (trigger has to be activated), but bob has to be in the plane flying. sort of an escape..

2. is it possible to make a trigger that if any west units die, so killed by the player (the player himself is not west) the mission is failed?

thx again


Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:trigger activate when dude is in defined vehicle
« Reply #1 on: 28 Dec 2003, 19:38:03 »
name a car/plane/horse ( :o ;D ) :  "MyVehicle" in the NAME field.

then a trigger could go like...

?  player in MyVehicle


  or :

Bob in car1      (etc.)


and the distance stuff...

plane1 distance MyTrigger >=30

that would be a neat condition, just set up a trigg. and name it in the NAME field (not text field)

 :-* later