function onCreated() { this.scheduleEvent(60, "onDie"); // you need a third (possibly blank) parameter on clientside with v5}function onDie() { echo("dead.");}