如何制作 "typing on" 命令?

How to make a "typing on" command?

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

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"

这会引发错误:"but an action can only apply to things or to kinds of value"

我尝试了很多变体,none 成功了。

话题只能放在行尾吗?

我做错了什么?

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

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

下一个问题是主题不被视为 "something" 因此必须将第一个替代规则更改为:

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