xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 2: 欢迎新员工 --
step s
pickup c
drop
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 3: 运输小队 --
step s
pickup c
step s
step s
drop
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 4: 长途运输 --
step e
pickup c
a:
step e
jump a
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 5: 重要的抉择 --
if w == datacube:
a:
step w
jump a
endif
b:
step e
jump b
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 6: 小小驱虫工 1 --
a:
if s != hole:
step s
endif
if nw == hole and
w != hole and
s == hole and
se == hole:
step w
endif
if ne == hole and
sw == hole and
s == hole:
step e
endif
if c == datacube:
pickup c
endif
jump a
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 6: 小小驱虫工 1 --
step s
step s
step w
step w
step s
step s
step e
step e
step e
step s
step s
step s
pickup c
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 7: 整理房间 --
a:
pickup c
if s != hole:
step s
jump a
endif
drop
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 7: 整理房间 --
a:
step s
if c == datacube:
pickup c
step s
b:
if s != hole:
step s
jump b
else:
drop
endif
else:
jump a
endif
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 9: 对角巷 --
pickup s
a:
step s
if w == nothing and
sw == nothing:
drop
endif
jump a
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 10: 疏散演习 --
a:
if c == nothing or
c == 4:
step w
endif
if c == 1:
step n
endif
if c == 2:
step e
endif
if c == 3:
step s
endif
jump a
xxxxxxxxxx
-- 7 Billion Humans (2235) --
-- 10: 疏散演习 --
a:
b:
c:
d:
if w != 3 and
w != hole:
step w
else:
if w == 3:
jump e
endif
if sw != hole and
sw != wall:
step sw
jump d
else:
step n
jump b
endif
if nw != hole:
step nw
jump c
endif
endif
jump a
e:
step sw
step s
step s
step sw
step w
step w
step w
step w
step nw
step n
step n
step n
step n
step nw