ScriptUO

Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: declo on May 07, 2015, 09:34:24 AM

Title: Restart Script
Post by: declo on May 07, 2015, 09:34:24 AM
Is it possible to stop and restart a script via a 2nd script?
Title: Re: Restart Script
Post by: TrailMyx on May 07, 2015, 10:19:42 AM
Is it possible to stop and restart a script via a 2nd script?

Not stop but pause.  You'll need to look at AutoIT if you want to start/stop stuff.
Title: Re: Restart Script
Post by: manwinc on May 07, 2015, 12:57:36 PM
Start:



Repeat
If *Gotos_Suck = #True
Goto Start
Until #False
Title: Re: Restart Script
Post by: declo on May 08, 2015, 06:12:48 AM
ty