onTick

Create a new function that runs every tick

Example:

namespace.onTick {
cmd("say TICK")
}

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

See also