Originariamente inviato da fnurov
hello! where should i insert this strings?? ciao dove dovrei inserire queste righe??
repeat
if %storebank = #true
{
set !nruneatt %nruneatt
set %nruneatt 1
gosub recall
set %nruneatt !nruneatt
event SysMessage Recallato alla banca
}
set !jindex #jindex + 1
set %nextrecalltobank #systime + 3000
set %bankopened #false
msg bank $
while #systime < %nextrecalltobank && %bankopened = #false
{
set %nextjinedxend #jindex
if !jindex <= %nextjinedxend
{
for %i !jindex %nextjinedxend
{
scanjournal %i
if container in #journal
{
set %bankopened #true
break
}
}
set !jindex %nextjinedxend + 1
}
sleep 10
}
finditem %dropbag
until #findkind <> -1

if you want some explanation on the script (as some parts are explained in italian), feel free to contact me. 


Lascia un commento: