Inform 7 is the seventh release of Inform, a language and IDE designed for creating Interactive Fiction. Initial help New to Inform - need information on what Inform is, or how to get it? Try the official Inform 7 website. Background Inform is a design system for interactive fiction based ...
4
votes
2answers
146 views
Need help Creating new objects in inform7
Very new to Inform7 and it's style. I have looked through the provided docs and some internet browsing has yielded nothing for me... this is a simplistic version of what i'm looking for. I want to ...
4
votes
1answer
191 views
Modeling discussion topics in Inform 7
I'm trying to make it so that a player can ASK [PERSON] ABOUT [TOPIC], TELL [PERSON] ABOUT [TOPIC], or THINK ABOUT [TOPIC] in Inform 7. I started like this for modeling THINK ABOUT [TOPIC]:
A ...
4
votes
1answer
170 views
How can I handle arbitrary text as “nouns” in Inform 7?
In Inform, I'd like to be able to create a new action, and have it be able to work on aribitrary text.
I can easily create a new action that will work on existing things.
Finding is an action with ...
4
votes
1answer
186 views
In Inform 7, is it possible to use a second noun construct with “pull”?
I'll eat my hat if I get a good answer to this...I suspect that although I'm a rank beginner in Inform 7, and I'm guessing this isn't that hard, there are probably not many people here who are ...
3
votes
1answer
75 views
It's possible i18n with Inform 7
If i want my story to be playable in diverse languages, is there any way of "extracting" the text from the story in order to translate it to languages other than english ?
What i am thinking of ...