Home   Help Search Login Register  

Author Topic: trigger for unit present ?  (Read 873 times)

0 Members and 1 Guest are viewing this topic.

Offline gambla

  • Members
  • *
trigger for unit present ?
« on: 09 Aug 2007, 14:40:32 »
Hi,
can't find this nowhere: I'd like to make a simple End-trigger that activates when the player and units 1,2,3 are present.

Can you help ?

thanks  :)

Offline Mandoble

  • Former Staff
  • ****
    • Grunt ONE and MandoMissile suite
Re: trigger for unit present ?
« Reply #1 on: 09 Aug 2007, 14:46:58 »
Activation if player is present (group the trigger with the player and select vehicle).
activation field:
Code: [Select]
this && (vehicle unit1 in thisList) && (vehicle unit2 in thisList) && (vehicle unit3 in thisList)