下载 App
:
-- 7 Billion Humans (2234) --
-- 9: 对角巷 --
pickup s
a:
if nw == datacube:
drop
endif
step s
jump a
五指令,六秒的
通关攻略- 第五关重要的抉择
-- 7 Billion Humans (2234) --
-- 5: 重要的抉择 --
if w == datacube:
step w
pickup c
a:
step w
jump a
else:
step e
pickup c
b:
step e
jump b
endif

:
-- 7 Billion Humans (2234) --
-- 5: 重要的抉择 --
if e == datacube:
a:
step e
jump a
else:
b:
step w
jump b
endif
13关这,这写的我自己都好想笑啊
:
-- 7 Billion Humans (2234) --
-- 13: 注入数据 2 --
step s
pickup c
step se
step se
drop
step sw
step sw
drop
step se
step se
step se
step se
drop
step ne
step n
drop





















-- 7: 整理房间 --
a:
if s != datacube:
step s
jump a
else:
pickup s
endif
b:
if s != hole:
step s
jump b
endif
drop