Сообщение от Mister -X-
чуток усовершенствовал стелс (можно уменьшить, но лень...)
------------------------------------
set $b You have been revealed
set $d You have hidden yourself well
set #lr 0
:begin
double_left 613, 722
send F8
wait 3400
if lastmsg = $d
repeat 999
if #lr = 0
repeat 2
send Right
wait 50
if lastmsg = $b
set #lr 1
goto begin
end_if
end_repeat
repeat 2
send Left
wait 50
if lastmsg = $b
goto begin
end_if
end_repeat
else
repeat 2
send Left
wait 50
if lastmsg = $b
set #lr 0
goto begin
end_if
end_repeat
repeat 2
send Right
wait 50
if lastmsg = $b
goto begin
end_if
end_repeat
end_if
end_repeat
else
goto begin
end_if
-----------------------------