How i can combine CA2_NONE and CA2_SPINDASH abilities

Status
Not open for further replies.

GLide KS

Sometimes I sprite "things"
Hello i need help in my wad character. This is my question: How I can make the character jump with the springing/falling animation frames and spin with the spinning animation?
 
Using Lua, you can check if the player is in the air or on the ground by using P_IsObjectOnGround(player.mo), if they are in the air you can set your ability2 to CA2_NONE and if they are on the ground you can set it to CA2_SPINDASH.

Hope this helps!
 
Uh ... I do not know how to make a lua script. This is my idea: someone who can make a lua script, i will give the character data, so you can identify with lua script.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top