Jump to content

Recommended Posts

Posted

I'd like someone to help me out, I'm trying to figure out how to make a Double Jump skript for a roleplay server, but I don't know how.

Posted

Made a small skript so you don't take fall damage when you use the double jump (used with right clicking feather, but can be changed)

on right click with feather:
	push player upwards with speed 1
	set {nofall.%player%} to true

on damage:
	if damage was caused by fall:
		if {nofall.%victim%} is true:
			cancel event
			set {nofall.%victim%} to false

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...