I currently am wanting to create an ability that once triggered (as in, you press a button and it activates) propels the player into the air like a super jump. However, I can't seem to find any tutorials/references that specifically cover how to accomplish this or anything like it. I'm not simply increasing the jump height when the ability is active nor am I increasing the jump height permanently. The ability is more like Whirlwind Sprint, where as that propels the user forward, this propels the user upwards. Sadly, Whirlwind Sprint's "tags" don't exactly spell out how it works and furthermore it does not use scripts. I'm kind of at a loss here and this little project can go a long ways to set me on a bigger one if it's accomplished first.
I've looked through multiple functions, properties, and references for Papyrus, but so far I personally have not found commands that would accomplish this. I've talked to some experienced modders and they said to attach it to a magic effect using scripts, but that's kind of difficult to do when none of the commands in the scripts line up with what I'm wanting to do.
Can anyone help me out here or point me in the right direction?