Jump to content

Pls Help with this cooldown


DisenGuy

Recommended Posts

on left click:
	if uncolored name of player's tool is "Wand":
		if {Fireball2::%player uuid&} is 0
			shoot fireball from player at speed 10
			set {Fireball2::%player uuid&} to 1
			wait 3 second
			set {Fireball2::%player uuid&} to 0
		else:
			send "This Ability Is On Cooldown"
Link to comment
Share on other sites

here you go. some of the percentages were '&'

on left click:
    if uncolored name of player's tool is "Wand":
        if {Fireball2::%player's uuid%} is 0:
            shoot fireball from player at speed 10
            set {Fireball2::%player's uuid%} to 1
            wait 3 second
            set {Fireball2::%player's uuid%} to 0
        else:
            send "This Ability Is On Cooldown"

 

Edited by ItzJPower
Link to comment
Share on other sites

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...