如何制作"typing on"命令?



我想要一台玩家可以在上面打字的电脑,像这样:

The Lab is a room.
A desk is in the lab. On the desk are a personal computer and a note.
Description of the note is "Password: wh23".
Typing it on is an action applying to a topic and a touchable thing.
Understand "Type [text] in/into/onto/on [something]" as typing it on.
Instead of typing something on the computer:
say "wrong password".
Instead of typing "wh23" on the computer:
say "welcome back, user!"
test me with "x note / type wh23 into computer"

这将抛出错误:">但操作只能应用于事物或价值种类">

我尝试了很多变化,但没有一个奏效。

是否只能将主题放在行尾?

我做错了什么?

我不知道为什么,但您需要指定金额:

Typing it on is an action applying to one topic and one touchable thing.

下一个问题是主题不被视为"某物",因此必须将第一个规则更改为:

Instead of typing some topic on the computer:
say "wrong password".

相关内容

  • 没有找到相关文章

最新更新