Author Topic: Command, delay, command  (Read 1374 times)

How would I make it so that when I enter in the function, it does one command, then it waits a certain amount of time, then does another command in the same function?

Schedules.

schedule(time,0,nameOfFunction,variable,variable,variable,etc..);

Don't forget time is in ticks. (read: milliseconds)

Well, just say milliseconds.  Ticks for things like triggers can be defined, say, to 100 milliseconds.

Well, just say milliseconds.  Ticks for things like triggers can be defined, say, to 100 milliseconds.
Eh, good point. 1 tick can be many things.