Sorry i know that this post may had been made thousands of times by other users but i still cant see what is wrong with my trigger.. the unit is spinning very slowly like
half spin in 1 second
I already tried to edit Turning Rate of my unit but still the same..
Thanks in advance!
half spin in 1 second
I already tried to edit Turning Rate of my unit but still the same..
Thanks in advance!
-
START TORNADO
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to (==) Tornado
-
-
Actions
-
Set LastUnit = (Casting unit)
-
Trigger - Turn on TURNING <gen>
-
Wait 1.00 seconds
-
Trigger - Turn off TURNING <gen>
-
-
-
TURNING
-
Events
-
Time - Every 0.03 seconds of game time
-
-
Conditions
-
Actions
-
Set TurningAngle = (Facing of LastUnit)
-
Set TurningAngle = (TurningAngle + 10.00)
-
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
TurningAngle Greater than (>) 360.00
-
-
Then - Actions
-
Set TurningAngle = (TurningAngle - 360.00)
-
-
Else - Actions
-
-
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
TurningAngle Less than (<) 0.00
-
-
Then - Actions
-
Set TurningAngle = (TurningAngle + 360.00)
-
-
Else - Actions
-
-
-
Unit - Make LastUnit face TurningAngle over 0.03 seconds
-
-
Last edited: