TERMINATE ALL - HELP ME

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
Azt
Posts: 43
Joined: 2007-09-03 16:31:57

TERMINATE ALL - HELP ME

Post 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
Azt
Posts: 43
Joined: 2007-09-03 16:31:57

Post by Azt »

up
Post Reply