xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 11: 注入数据 1 --
pickup s
a:
step s
if c == nothing and
e == datacube:
drop
endif
jump a
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 11: 注入数据 1 --
step s
pickup c
step s
step s
step s
a:
if c == nothing and
e == datacube:
drop
jump b
endif
step s
step s
jump a
b:
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 12: 拉开拉链 --
pickup c
a:
if nw == worker:
step s
drop
endif
if sw == worker or
w == wall:
step n
drop
endif
jump a
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 13: 注入数据 2 --
pickup s
a:
if e == worker and
s == datacube or
w == worker:
step se
else:
step s
endif
if w == datacube and
c == nothing:
drop
endif
jump a
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 14: 粉碎机入门 --
pickup s
step s
step s
giveto s
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 14: 粉碎机入门 --
if s == datacube:
step s
pickup c
step s
giveto s
endif
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 15: 粉碎流水线 --
a:
if n == datacube:
pickup n
b:
if s == shredder:
giveto s
else:
step s
jump b
endif
endif
step n
jump a
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 15: 粉碎流水线 --
a:
if n == datacube:
pickup n
b:
if s == shredder:
giveto s
else:
step s
step s
jump b
endif
endif
step n
jump a
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 16: 小小驱虫工 2 --
a:
if s != wall and
s != hole:
step s
jump a
endif
pickup c
b:
if s == shredder:
giveto s
endif
step e
jump b
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 16: 小小驱虫工 2 --
step s
step s
step s
step s
a:
if s != wall and
s != hole:
step s
jump a
endif
pickup c
step e
step e
step e
step e
b:
if s == shredder:
giveto s
endif
step e
jump b
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 17: 内容产出 --
pickup s
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 18: 独特偏爱 --
step sw
pickup n
a:
if s == shredder:
giveto s
endif
step se
jump a
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 19: 内容产出-问题修复 --
takefrom s
a:
giveto se
takefrom sw
jump a
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 20: 反转流水线 --
pickup s
a:
if se == hole:
step s
b:
if w != hole and
w != datacube:
step w
jump b
endif
drop
endif
step e
jump a