Hello,
I'm trying to work with MUSHclient timers. What I'd like to do is create temporary one-shot timers that send to script but can also be named. DoAfterSpecial creates timers, but I cannot name them, e.g. mytimer = DoAfterSpecial(12, "myfunction()", sendto.script)
AddTimer seems to be able to name timers, but apparently cannot send them to script. AM I missing something?
If it helps, I'm trying to replicate Mudlet's tempTimer() function, which seems to be able to take variables as the timer name.
Thanks for your help!
I'm trying to work with MUSHclient timers. What I'd like to do is create temporary one-shot timers that send to script but can also be named. DoAfterSpecial creates timers, but I cannot name them, e.g. mytimer = DoAfterSpecial(12, "myfunction()", sendto.script)
AddTimer seems to be able to name timers, but apparently cannot send them to script. AM I missing something?
If it helps, I'm trying to replicate Mudlet's tempTimer() function, which seems to be able to take variables as the timer name.
Thanks for your help!