Posted: 2005-08-09 15:50:00
Так делай динамический веит.
flake wrote:Так делай динамический веит.
Code: Select all
sub inteljournal()
var i=0, m=0, n=0
uo.deletejournal()
repeat
while not uo.injournal('Myname: Vas Ort Flam')
wait(100)
wend
for i=0 to 10
if uo.journal(i)=='Myname: Vas Ort Flam ' then
m=i
else
if uo.journal(i)==uo.getname('laststatus')+': Vas Ort Flam ' then
n=i
end if
end if
next
if n>m then
uo.cast('Magic Reflection','self')
end if
uo.deletejournal()
n=0
m=0
until uo.dead()
end sub