Skip to content
This repository has been archived by the owner on Jul 9, 2018. It is now read-only.

Something wrong with: Constant MANUAL_PRONOUNS #51

Open
DavidGriffith opened this issue Feb 23, 2018 · 0 comments
Open

Something wrong with: Constant MANUAL_PRONOUNS #51

DavidGriffith opened this issue Feb 23, 2018 · 0 comments

Comments

@DavidGriffith
Copy link
Owner

DavidGriffith commented Feb 23, 2018

Reported at https://www.intfiction.org/forum/viewtopic.php?f=7&t=15730&start=140#p140002

Code:

Constant MANUAL_PRONOUNS;

Include "parser";
Include "verblib";

Object room1 "Somewhere"
   with
   description "Here !",
   has light;

Object box "box" room1
   with
   name 'box'
   has container open;

Object apple "apple" room1
   with
   name 'apple';

[ Initialise;
  location = room1;
];

Include "grammar";

Quote:

Release 1 / Serial number 180222 / Inform v6.34 Library v6.12.2-pre

Somewhere
Here !

You can see a box (which is empty) and an apple here.

>insert it into box
You can't see any such thing.

>x apple
You see nothing special about the apple.

>insert it into box
(first taking the apple)
You put the apple into the box.

>

"You can't see any such thing." instead "I'm not sure what ~it~ refers to."

Quote:

english.h
  Miscellany:
      30: CSubjectCant(actor,true); " see any such thing.";
      35: "I'm not sure what ~", (address) x1, "~ refers to.";
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant