• 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.

Removing Actions

Status
Not open for further replies.
Level 8
Joined
Dec 29, 2006
Messages
359
How can i remove specific actions from a trigger? I have

Code:
Trigger - Take Krovath Phase 1 Reset <gen> and remove the action (Take Krovath Phase 1 Reset <gen> and add the action (Unit - Create 1 Ifrithic Dragon for Player 2 (Blue) at (Center of Ifrithic Dragon 01 <gen>) facing Default building facing (270.0) degrees))
But will this remove
Code:
(Take Krovath Phase 1 Reset <gen> and add the action (Unit - Create 1 Ifrithic Dragon for Player 2 (Blue) at (Center of Ifrithic Dragon 01 <gen>) facing Default building facing (270.0) degrees))
or
Code:
(Unit - Create 1 Ifrithic Dragon for Player 2 (Blue) at (Center of Ifrithic Dragon 01 <gen>) facing Default building facing (270.0) degrees))
Basically will the game know to remove the actual creation of the unit rather than removeing the addition of the action to the trigger?
 
Level 8
Joined
Dec 29, 2006
Messages
359
Its hard to explain but its for reseting boss triggers if you fail a boss encounter. I need to make it so if your hero dies, then it re-creates all the minibosses you have killed so far (like general rajaxx style fight) as well as reseting all countdown timers that are going. I normally use the most basic triggers to solve a problem but if you have a more advanced solution then please let me know.
 
Level 8
Joined
Dec 29, 2006
Messages
359
thats what it is i dont want it to create them every time the hero dies i only want it to create them if they arent already there.
 
Status
Not open for further replies.
Top