How to not print 'fixed in place'?

+1 vote
36 views
asked Mar 29 in Authoring by anonymous

"You can see a bedroom door, a fixed in place bed, a desk and a fixed
in place clock here"

As you can see, this sentence is a bit of a problem, because it's immediately obvious that the desk can be moved somehow. How do I get rid of that 'fixed in place' descriptor?

1 Answer

+1 vote
answered Mar 29 by bg (692 points)
edited Mar 29 by bg
 
Best answer

I am guessing you have something like this in your code:

A fixed in place bed is in the bedroom.

If you click the Index tab in the Inform IDE, and then the World tab, it will show you what things you have in your game world. Look for any items with odd names. If you see "fixed in place bed" listed, then your game has a thing with the name "fixed in place bed" instead of what you want, which is a thing called a "bed" which is fixed in place. You probably want to say this:

A bed is in the bedroom. The bed is fixed in place.
This site is now closed.
As of 1st November 2015, this site is a read-only archive. For more information see the intfiction forum post

Welcome to IF Answers, a site for questions and answers about Interactive Fiction.

Technical questions about interactive fiction development tools such as Inform, Twine, Quest, QuestKit, Squiffy, Adrift, TADS etc. are all on-topic here.

Non-technical questions about interactive fiction are also on-topic. These questions could be about general IF design, specific games, entering the IF Comp etc.
...