-- 7 Billion Humans (2235) --
-- 13: 注入数据 2 --
step s
pickup c
a:
step e
if c == nothing and
e != wall:
jump a
else:
b:
step s
step s
endif
step w
c:
if c == nothing and
w == datacube:
drop
d:
step n
jump d
else:
step w
endif
if w == wall:
step s
step s
jump e
endif
jump c
e:
f:
step e
if c == nothing:
drop
g:
step n
jump g
else:
step e
endif
if e == wall:
jump b
else:
jump f
endif
-- 13: 注入数据 2 --
step s
pickup c
a:
step e
if c == nothing and
e != wall:
jump a
else:
b:
step s
step s
endif
step w
c:
if c == nothing and
w == datacube:
drop
d:
step n
jump d
else:
step w
endif
if w == wall:
step s
step s
jump e
endif
jump c
e:
f:
step e
if c == nothing:
drop
g:
step n
jump g
else:
step e
endif
if e == wall:
jump b
else:
jump f
endif