这关找了下网上的攻略全都不行,我自己试了几次发现要操纵任务实现勾引,并且让Patrick挨一刀才能过
默认代码
# 释放囚犯,击败守卫并夺取宝石。 # 从"Weak Door"后解救Patrick。 # 击败名为"Two"的守卫。 # 获得宝石。
线路图
附上代码
# Free the prisoner, defeat the guard and grab the gem. # 从弱弱的门后面解救 Patrick hero.attack("Weak Door") # 杀掉名为 "Two"的守卫 hero.moveRight(3) hero.moveDown() hero.moveUp() hero.moveLeft() # 得到宝石。 hero.moveDown(3) hero.moveRight()