我对这门语言非常非常陌生,把我的注意力集中在“如何用东西做事”上,这证明是一项非常令人沮丧的努力。我有这样的代码:A room has a number called danger level. The danger level of a room is usually 0.
Definition: A room is dangerous if its danger level is 1 or
好的,我正在尽可能的按照文档来允许玩家为他们的角色设置一个名字和性别,但是有一个问题。这实际上不会影响游戏的玩法(据我所见),但自从在性别部分添加了‘这不是一个动词,我认识’的消息似乎没有任何理由,只要玩家输入他/她的名字。在我添加性别选择之前,这并没有发生。The player's forename is an indexed text that varies. The player's full name is an indexed text that varies.
now the command prompt is
我正在使用Inform7创建一个发生在空间站上的游戏。我想要的是船首、船尾、左舵和右舵的方向,而不是标准的罗盘点。我已经使用understand as成功地重新定义了它们中的大多数。我怎样才能让Inform7忘记南边而只把“%s”应用到右舵呢? [ Shipboard Directions ]
Fore is a direction.
我是一个很新的人,似乎这不是很难做到,但我还没有找到一种方法。我想要根据玩家来自哪里来更改房间的描述。大致是这样的: the rising sun makes silhouettes of the roofs and spires to the East.[otherwise]your long
shadow strides before you as the Sun rises behind.