Page 1 of 1

I need an autoheal script..

Posted: 2004-07-15 00:06:01
by Haist
Anyone got one? Thanks

Posted: 2004-07-17 21:01:38
by toqui
while 1
while uo.life < uo.str
uo.say(',bandageself')
wait(2000)
wend
wend

Posted: 2004-07-25 09:46:03
by evr0
hmmm, tell me pls for what while 1? What is it?

Yeah...

Posted: 2004-07-25 16:50:17
by Yaponchick
Unlimited loop!

Code: Select all

while 1 //while 1 == true(-1,0=false,>0=true) LOOP!
uo.say("HI")
wait(100)
wend

Posted: 2004-07-25 20:49:28
by evr0
i c... tnx

Posted: 2004-07-26 06:25:12
by Yoko
0 is false, all other is true