1
Modification Help / Re: Delay Won't Work
« on: January 23, 2011, 01:32:43 AM »oh, oops, that's what i was using while testing stuff, didn't mean to write that there :D
no wonder it didn't work...
edit: changed that to the right variable name, still isn't working :c
can you update your original post, and remove the crap that doesnt cause the error, like that whole first function, i believe
edit: also
Code: [Select]
$AutoLast = schedule(5000, 0, autolast);
cancel($AutoLast);so, you call the schedule, and then you cancel it right after, why?
if anything, it should be cancel(this); schedule(this);