on Tick
Create a new function that runs every tick
Example:
namespace.onTick {
cmd("say TICK")
}
Content copied to clipboard
The created function will be named load_<uuid>
where <uuid>
is a randomly generated uuid
A new function is generated each time this function is called, regardless of the namespace