Gravity Strength/Jump Height Control

Gravity Strength Control/Jump Height Sort of
Paste this into your level:
Changing the "-0.2" in "Move Character" will control the strength of gravity.
Negative numbers will let you jump higher.
Use Activate "changeGravity" to change the gravity, and use Stop "changeGravity" to reset the gravity.
By AwesomeJRFD and JSlayerXero
Paste this into your level:
- Code: Select all
llitem:6:changeGravity;-16;1600;16;16;0;1;movechar,this,0,0,0,-0.2,0,0:sleep,1:goto,0
Changing the "-0.2" in "Move Character" will control the strength of gravity.
Negative numbers will let you jump higher.
- Anything lower than -0.4 will make you fly upwards infinitely.
- Anything higher than 4.5 will cause the player to be pushed into the ground.
- Anywhere in the 4.6 to 5.0 range will make the character do somersaults while walking.
- Anything higher than 5.0, and you get earthquakes.
Use Activate "changeGravity" to change the gravity, and use Stop "changeGravity" to reset the gravity.
By AwesomeJRFD and JSlayerXero