Jump to content

Creating a dash


Elias555

Recommended Posts

I'm having trouble creating a dash. Any help or ideas? Couldn't figure out how to make use of whirlwind shout since it works differently from other magic effects. I thought about making an invisible projectile teleport the player but I'd prefer it to look less magical.

Link to comment
Share on other sites

I dunno man. Makes no sense that it should work for me but not for thee.

I'll paste it here, maybe I'm missing something. I think I tried it with PlayerRef too. Is there anything different you would do?

Scriptname AceQSAnimationSprintScript extends activemagiceffect  

;Idle Property VoiceWhirlwindSprint Auto ;Tried a few different properties
;Spell Property MySpell Auto


Event OnEffectStart(Actor akTarget, Actor akCaster)

	;Game.GetPlayer().PlayIdle(VoiceWhirlwindSprint)
	Debug.SendAnimationEvent(Game.GetPlayer(), "ShoutSprintMediumStart") ;I'm fairly sure this is the correct one
	;MySpell.Cast(Game.GetPlayer(),Game.GetPlayer())

EndEvent

Event OnEffectFinish(Actor akTarget, Actor akCaster)

EndEvent
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...