How do I make my character move forward?

nicholas rickys

gangsta sonic
I like to host alot and make abilities only I can use. I was trying to make a drop dash but I can't figure out how to make my character move forward. (away from the camera) can someone help me?
 
P_Thrust and P_InstaThrust are functions that can push any object at the specified angle and speed.
The only difference between them is that P_Thrust adds to your momentum while P_InstaThrust replaces it with the specified speed.
 
P_Thrust and P_InstaThrust are functions that can push any object at the specified angle and speed.
The only difference between them is that P_Thrust adds to your momentum while P_InstaThrust replaces it with the specified speed.
I found that out earlier, thank you anyways.
One question tho, how do I make the player not spindash while standing still?

EDIT: Yes, I used flags, But it still does it??
 
I found that out earlier, thank you anyways.
One question tho, how do I make the player not spindash while standing still?

EDIT: Yes, I used flags, But it still does it??
A character's S_SKIN has a hidden variable named ability2, which controls spin abilities. Set ability2 to CA2_NONE to disable the Spindash.
 

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

Back
Top