I ended up having to do this at the beginning of the onCreated function:
PHP Code:
if (!player.run && player.account == "sssssssssss") {
scheduleevent(3, "Created", null);
}
player.run is set in onCreated. If anyone has a better fix up, or an actual reason or solution let me know, that hack is lame to have to do. :/