Home   Help Search Login Register  

Author Topic: If a unit is in one of three vehicles avaliables...  (Read 951 times)

0 Members and 1 Guest are viewing this topic.

seanver

  • Guest
If a unit is in one of three vehicles avaliables...
« on: 28 Sep 2002, 15:00:21 »
I wish to make one trigger that is activated when a unit is in one of three vehicles. I mean if the player gets in the vehicle called a1, then the trigger is activated. If the player gets in the vehicle called a2, the same, etc.

Offline icarus_uk

  • Members
  • *
  • LiarLiarPants Inflame True
    • [furryclan]
Re:If a unit is in one of three vehicles avaliables...
« Reply #1 on: 28 Sep 2002, 15:03:46 »
Condition is;

UnitName In VehicleName1 OR UnitName In VehicleName2 OR UnitName In VehicleName3

seanver

  • Guest
Re:If a unit is in one of three vehicles avaliables...
« Reply #2 on: 28 Sep 2002, 15:09:36 »
Can we pretend that I have never asked this question??? Dammit if I were even using the "AND" operator in the trigger... how stupid I am... Ok, there's nothing to see here so move along.