Page 1 of 1

Ending Macros when DC'd

Posted: Fri Jul 16, 2004 5:23 pm
by exslam
What type of event should be setup when i get disconnected to end the macro, when i go back to the char screen i see the macros still running.
Search hasnt been much help yet but im still lookin

Slam

Posted: Fri Jul 16, 2004 10:24 pm
by nitro
at top of mac add /varset int SavedZone ${Zone.ID}

/if (${Zone.ID}!=${SavedZone}) /endmac

I have not tested it but you may be able to use something like this to make it work... I'm pretty new to scripting just trying to throw out an idea