- Joined
- Aug 14, 2006
- Messages
- 7,602
Hey there.
I have a maze where enemies just appear from nowhere. I have made a trigger that I want you to make it better, edit it to local and fix all the leaks. The current trigger is pretty bad made and I hope you can make it better.
There are many places in the campaign where these monsters spawn.
Current trigger:
I have a maze where enemies just appear from nowhere. I have made a trigger that I want you to make it better, edit it to local and fix all the leaks. The current trigger is pretty bad made and I hope you can make it better.
There are many places in the campaign where these monsters spawn.
Current trigger:
-
Untitled Trigger 001
-
Events
- Unit - A unit enters Region 000 <gen>
- Unit - A unit enters Region 000 Copy <gen>
- Unit - A unit enters Region 000 Copy 2 <gen>
- Unit - A unit enters Region 000 Copy 3 <gen>
- Conditions
-
Actions
- Trigger - Turn off (This trigger)
- Unit - Create 1 Eredar Warlock for Neutral Hostile at (Center of secret area <gen>) facing (Position of (Entering unit))
- Animation - Play (Last created unit)'s death animation
- Unit - Add Permanent Invisibility to (Last created unit)
- Unit - Pause (Last created unit)
- Wait 2.32 seconds
- Unit - Move (Last created unit) instantly to (Center of Region 000 <gen>)
- Unit - Remove Permanent Invisibility from (Last created unit)
- Animation - Change (Last created unit)'s animation speed to (0.00 - 50.00)% of its original speed
- Wait 4.00 seconds
- Unit - Unpause (Last created unit)
-
Events