Quote:
Originally Posted by tempandrew
My mistake, I tested it and it called onClearFire().
Weird, I don't use scheduleevent but it's strange that differs from basically every other command that calls an event.
|
All event functions must be named onSomething. scheduleEvent() and trigger() both allow you to skip the 'on' part so you can type trigger("Something", null);