Ok guys my RPG is like 95 percent complete, I just started re-testing my unit respawn, and they are inconsistant probably because other stuff is using the wait triggers. My question is besides waits, and death counters is there any other way to stall the unit from being created. It doesnt have to be an exact time just about 20 seconds or so.
Here is an example for a spawn of a unique unit:
Trigger - Player 8
Conditions:
Player 8 Comand Exactly Zero Torrasque (Ultralisk)
Actions:
- Wait(15000)
- Create Unit("Player 8", "Torrasque (Ultralisk)", 1, "Zone 3 - Minotaur
Boss Spawn Exact
- Preserve Trigger
- Comment - Minotaur Boss Spawn
Here is an example of a regular unit spawn with others on the map:
Trigger - Player 8
Conditions:
- Current Player Brings At Most 0 Terran Wraith To Zone 1 - 5
Actions:
- Wait(15000)
- Create Unit For Current Player, Terran Wraith, 1, At Zone 1 -5 Cliff
Hawk Spawn
- Preserve Trigger
- Comment - Zone 1 - 5 Mountain Hawk Spawn
PS: I got the loop music to work with death counters =D
Marvel