• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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