Charge Jump (chargejump.lua)

Status
Not open for further replies.

ManimiFire

Meow Motherfuckers.
When sonic (or fsonic or shadow) is not moving and on ground, you can hold custom 1 button, to charge the jump, and when you release the button, sonic (or fsonic or shadow) jump with full power up.

Quite simple, right?

(The lua doesn't effect on super forms)
 

Attachments

  • srb20000.gif
    srb20000.gif
    3.8 MB · Views: 670
  • chargejump.lua
    12.8 KB · Views: 712
Last edited:
It works, it's pretty intense. Welcome to Releases!

(also you don't need to write a separate thinkframe for 3 characters,

Code:
and (player.mo.skin == "shadow" or player.mo.skin == "fsonic" or player.mo.skin == "sonic")

would've worked as well.)
 
(also you don't need to write a separate thinkframe for 3 characters,

Code:
and (player.mo.skin == "shadow" or player.mo.skin == "fsonic" or player.mo.skin == "sonic")

would've worked as well.)

Thank you for offer me this kind of shortcut to my lua, so I gonna put him now, thanks again!
 
I updated this lua right now:
  • I added to the charge more spin effects (like in normal spindash).
  • I added some REAL charge system to the lua.
 
Really practical when put to use, especially in Egg Rock. My only issue right now is that it messes up flipcam.
 
Status
Not open for further replies.

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

Back
Top