If (PlayerREF.GetVoiceRecoveryTime() == 0) VoiceWhirlwindSprint1.Cast(PlayerREF , None) PlayerREF.SetVoiceRecoveryTime(20.0) Debug.Notification("Wuld") Else Debug.Notification("You need to recover.") EndIf
Now, in-game, the spell wont work. The only thing working is the cooldown. So when I press the key, the cooldown starts for 20 sec.
The odd thing is that all the others shouts (targeted like unrelenting force, or self like Slow time) works just fine, with the exact same code.
So why is Sprint different? What do you suggest I do?