Page 1 of 1

TERMINATE ALL - HELP ME

Posted: 2008-01-11 19:57:40
by Azt
hi i have a script

sub Termina()
uo.DeleteJournal()
uo.Print('stop')
uo.Exec('terminate all')
wait(100)
end sub

that ends all the running scripts.

Here is my problem : i need that a script remains active.

i have tried

sub Termina()
uo.DeleteJournal()
uo.Print('stop')
NEEDEDSCRIPT()
uo.Exec('terminate all')
wait(100)
end sub

but every time i stop the macro with "termina", another "termina" remains active.

There is a code to not disactivate a script?

tnx

Posted: 2008-01-13 20:38:12
by Azt
up