Home   Help Search Login Register  

Author Topic: a new trigger question  (Read 536 times)

0 Members and 1 Guest are viewing this topic.

Manz

  • Guest
a new trigger question
« on: 06 Sep 2005, 18:20:28 »
I know how to make a trigger get activate if someone dies but how can it get activated when a group dies...
« Last Edit: 06 Sep 2005, 18:20:44 by Manz »

Offline greg147

  • Contributing Member
  • **
    • Royal Air Assault Battalion
Re:a new trigger question
« Reply #1 on: 06 Sep 2005, 18:23:02 »
Group the trigger with the desired group by using the group-drag thing. Then look at the trigger. Change its axis's to 0 by 0. You should have new options in the box you normaly have 'west' and 'east'. Select 'any group member' and change it to 'not present'. Then, when all the group members are dead, it will activate  ;)
« Last Edit: 06 Sep 2005, 18:24:26 by greg147 »
Royal Air Assault Battalion - [L/Cpl] Greg
RAAB

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:a new trigger question
« Reply #2 on: 06 Sep 2005, 22:56:55 »
That would require the trigger area to cover the map.  No problem - but easily missed.  You could also try something like:

{alive _x} count units groupname < 1

in the activation field of the trigger.  The trigger could then be of zero size.
« Last Edit: 06 Sep 2005, 23:24:34 by THobson »