- Joined
- Aug 31, 2011
- Messages
- 125
How can i avoid a wait with a Periodic Trigger turning on then off? for a example:
How can i make this MUI?
-
Exam
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Some Random Spell
-
-
Actions
-
Set CasterPosition = (Position of (Triggering unit))
-
Trigger - Turn on Exam2 <gen>
-
Wait 3.00 seconds
-
Trigger - Turn off Exam2 <gen>
-
Custom script: call RemoveLocation (udg_CasterPosition)
-
-
-
Exam2
-
Events
-
Time - Every 0.30 seconds of game time
-
-
Conditions
-
Actions
-
Set CasterPosition2 = CasterPosition
-
Special Effect - Create a special effect at CasterPosition2 using Abilities\Spells\Human\ThunderClap\ThunderClapCaster.mdl
-
Special Effect - Destroy (Last created special effect)
-
Custom script: call RemoveLocation (udg_CasterPosition2)
-
-
Last edited: