Im trying to make fan of knives, just the the only difference is when he uses the ability, the hero spins very fast for 1 second. (like blademaster, or kung lao). I have made this trigger:
Spikre Spin
Events
Time - Every 0.00 seconds of game time
Conditions
Actions
Set TurningAngle = (Facing of Spikre_Unit)
Set TurningAngle = (TurningAngle + 50.00)
If (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
If (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 Spikre_Unit face TurningAngle over 0.00 seconds
but it dosent spin as fast as I want.
Spikre Spin
Events
Time - Every 0.00 seconds of game time
Conditions
Actions
Set TurningAngle = (Facing of Spikre_Unit)
Set TurningAngle = (TurningAngle + 50.00)
If (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
If (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 Spikre_Unit face TurningAngle over 0.00 seconds
but it dosent spin as fast as I want.