I have this:
Now, for some reason, it deletes all of my timers, and doesn't set any variables.
I've tried it with
and
and it works alright without deleting my timers, so my guess is it's the
bit.
~Rhinoa~
timerList = World.GetTimerList
For Each t In timerList
world.setvariable t, world.gettimerinfo (t, 13)
nextNow, for some reason, it deletes all of my timers, and doesn't set any variables.
I've tried it with
world.noteand
world.sendand it works alright without deleting my timers, so my guess is it's the
world.setvariablebit.
~Rhinoa~