Code: Select all
sub odevanije Weaponishitaposleheailnga()
if uo.injournal('You put') then
uo.msg('.arm')
uo.deletejournal()
end if
wend
end subModerators: Murderator+, Murderator
Code: Select all
sub odevanije Weaponishitaposleheailnga()
if uo.injournal('You put') then
uo.msg('.arm')
uo.deletejournal()
end if
wend
end subЗадержку не забываем. Поправил, пробуйDeivil wrote:krashit stra6no estj ideji?Code: Select all
sub odevanije Weaponishitaposleheailnga() if uo.injournal('You put') then uo.msg('.arm') uo.deletejournal() else wait(500) end if end sub
Code: Select all
sub odevanije Weaponishitaposleheailnga()
start:
if uo.injournal('You put') then
uo.deletejournal()
uo.msg('.arm')
end if
wait(500)
goto start
end sub