Originariamente inviato da posset
Visualizza il messaggio
un amico
un'amica

loop:
scanjournal 1
if stopped in #journal || turbulent in #journal
gosub antiblock
goto loop
sub antiblock
deleteJournal
wait 3s
msg back $
wait 4s
msg left $
wait 6s
msg forward $
wait 11s
msg right $
wait 6s
msg slow forward $
return

↑ Fatta io ↑
loop:
scanjournal 1
if stopped in #journal || turbulent in #journal
gosub antiblock
goto loop
sub antiblock
deleteJournal
wait 3s
msg back $
wait 4s
msg left $
wait 6s
msg forward $
wait 11s
msg right $
wait 6s
msg slow forward $
return
while #true
{
scanjournal 1
if stopped in #journal || turbulent in #journal
gosub antiblock
sleep 10
}
sub antiblock
deleteJournal
wait 3s
event macro 1 0 back
wait 4s
event macro 1 0 left
wait 6s
event macro 1 0 forward
wait 11s
event macro 1 0 right
wait 6s
event macro 1 0 slow forward
return


Commenta