我有以下代码:
After going to room1:
if button1 is switched on:
say "You hear a loud noise in the distance!";
不幸的是,这会阻止打印房间描述。如果我添加“继续操作;” 最后,输出是“你听到远处有很大的噪音!” 在房间描述之前。我真的想要房间描述第一。如果我添加“尝试寻找;” 作为第一行,它打破了简要/详细模型。如何编码以获得以下输出?
(详细)
>e
Room1
This is a small room.
There is a letter here.
You hear a loud noise in the distance!
(简短,第二次入住时)
>e
Room1
There is a letter here.
You hear a loud noise in the distance!