adding a group on script-created timers

Posted by Tempestus on Tue 03 Aug 2004 06:48 PM — 3 posts, 12,410 views.

#0
Hi there,

I'm having trouble with timers created with a script. I'm using the World.AddTimer function, but I can't find a way to put a value in the 'group' field of the timer, either at creation or with the SetTimerOption either.

My brains are wracked, even though I'm reasonably sure it's probably something hideously simple I've missed. Any help would be gratefully appreciated.
USA #1
SetTimerOption will work. (the name of the field is "group").

You can also use importXML to create the timer. Depending on your situation, might be easier or not.
#2
As I said, something hideously obvious :)

I could have sworn I'd tried that already. Thanks for the help!