- Joined
- Dec 21, 2012
- Messages
- 89
I am using Waits for spawning for many triggers like this one and I think is making resynchronize in all triggers. Can I change this trigger for better or is better to use jass spawning system?
- Wait 7000.00 seconds
- Set Temp_Region = bandit respawn <gen>
- Set Temp_Point = (Center of bandit respawn <gen>)
- Set Temp_Point2 = (Center of bandit respawn <gen>)
- Unit - Create 5 Bandit for Neutral Hostile at Temp_Point facing Temp_Point2
- Custom script: call RemoveLocation (udg_Temp_Point)
- Custom script: call RemoveLocation (udg_Temp_Point2)
- Custom script: call RemoveRect(udg_Temp_Region)
- Custom script: set udg_Temp_Region = null
- Trigger - Turn off (This trigger)
- Custom script: call DestroyTrigger(GetTriggeringTrigger())