- Joined
- Dec 5, 2011
- Messages
- 368
How can I fix this trigger, the size is not changing, What Should I do??
-
Rasen Shuriken SizePerSec
-
Events
-
Time - Elapsed game time is 0.03 seconds
-
-
Conditions
-
Actions
-
For each (Integer A) from 1 to 10, do (Actions)
-
Loop - Actions
-
Set RS_SizePerSecond = (RS_SizePerSecond + 20.00)
-
Animation - Change RS_Shuriken's size to (RS_SizePerSecond%, RS_SizePerSecond%, RS_SizePerSecond%) of its original size
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Or - Any (Conditions) are true
-
Conditions
-
(RS_Caster is dead) Equal to True
-
(RS_Caster is Stunned) Equal to True
-
(RS_Caster is Snared) Equal to True
-
-
-
-
Then - Actions
-
Trigger - Turn off (This trigger)
-
Unit - Remove RS_Clone[1] from the game
-
Unit - Remove RS_Clone[2] from the game
-
Special Effect - Create a special effect at RS_CloneLoc[1] using RS_CloneSFX
-
Special Effect - Create a special effect at RS_CloneLoc[2] using RS_CloneSFX
-
Custom script: call RemoveLocation(udg_RS_CasterLoc)
-
Custom script: call RemoveLocation(udg_RS_CloneLoc[1])
-
Custom script: call RemoveLocation(udg_RS_CloneLoc[2])
-
Custom script: call RemoveLocation(udg_RS_ShurikenLoc)
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
RS_SizePerSecond Equal to 200.00
-
-
Then - Actions
-
Trigger - Turn off (This trigger)
-
Trigger - Turn on Rasen Shuriken Strike <gen>
-
Unit - Remove RS_Clone[1] from the game
-
Unit - Remove RS_Clone[2] from the game
-
Special Effect - Create a special effect at RS_CloneLoc[1] using RS_CloneSFX
-
Special Effect - Create a special effect at RS_CloneLoc[2] using RS_CloneSFX
-
Set RS_SizePerSecond = 0.00
-
-
Else - Actions
-
-
-
-
-