Прямая связь с администрацией по скайпу: gods.dragon
We've noticed that you've been inactive for over 10 minute(s). We've stopped running the Shoutbox due to your inactivity. If you are back again, please click the I'm Back button below.
sub gumpWait
set %failT #scnt + 30
_wait:
if #contname = generic_gump && #contkind = UCHB
return
if #scnt > %failT
return
wait 10
goto _wait
return
sub scan
deletejournal
set %lag #scnt + 30
_scan:
for %i 5 1
{
scanjournal %i
if you_put in #journal || you_fail in #journal || failed in #journal
return
if #scnt > %lag
goto _start
if you_can't_make_it in #journal || have_no_resources in #journal || you_need in #journal
halt
}
goto _scan
return