Jump to content

Is there any way to change the number of a variable with a command?


Dieeeeeeeeeeeeee

Recommended Posts

I don't know how you could mention a variable within an event declaration, but for the first few lines this could be a good starting point:

variables:
	{timer} = 2

command /timer <number>:
  trigger:
    set {timer} to arg-1

 

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