Code: Select all
sub test()
var ser, noto, jor
while not uo.dead()
for jor = 0 to 9
ser = uo.journalserial(jor)
noto = uo.getnotoriety(ser)
if noto <> 1 and noto <> 0 and not uo.injournal("Zombie") then
uo.print('aaaaaaaaaa')
wait(3000)
else
uo.print(':(')
wait(5000)
endif
next
wend
end sub
Помогите поправить. )