• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Mass Corpse Explosion

Status
Not open for further replies.
Level 2
Joined
May 27, 2006
Messages
16
Is it possible to have a trigger, which runs in another.
For instance: One trigger(trigger_1) Picks every unit in an area, if the unit is dead it calls another trigger using 'Run trigger'(trigger_2). Trigger_2's action picks every unit in an area of the 'picked unit' from trigger_1 and deals damage to them.
 
Level 6
Joined
Feb 18, 2005
Messages
263
it is.

its in "Trigger - Run Trigger"
you only need to take care, that all the triggers together do not take to long to be done.
-> WC3 stops a trigger after a short time (so if it still was working it stops right where it was...)

i guess that was originally ment to prevent endless-loops in some custom code or something like that, but it pisses me off pretty much (it wouldn't, if there were a way to increase that duration -.-)

- Raszul
 
Status
Not open for further replies.
Top