ScriptUO
Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: declo on May 07, 2015, 09:34:24 AM
-
Is it possible to stop and restart a script via a 2nd script?
-
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.
-
Start:
Repeat
If *Gotos_Suck = #True
Goto Start
Until #False
-
ty