Palerique wrote:
What it does?

I Don`t need exactly that.
I want a script that check if the weight are < a 5 seconds after (Because I`m mining) and a script that auto load again how many times I`m conected at server.
Code:
sub alarm()
var w
repeat
#UO.DeleteJournal()
w=UO.Weight()
wait(5000)
if UO.Weight<w then
UO.Say(".g. pshol otsyuda ...")
endif
until UO.InJournal("To heavy")
end sub
if you want you can change UO.Say on playsound ...
And run like a second script.
i'm not sure about 'to heavy' you should check.