Hello,
I’m in the middle of developing my first game in Inform 7. I really wanted to create something like Impossible Bottle (a game which I loved when it first came out), where there are choices for dialogue/dialogue trees, but beneath that is an actual parser game where you can explore the environment and solve puzzles. However, I’m hesitant trying Dialog since I already put so much work into learning Inform and my noggin is a little fried from all the effort I don’t think I can handle trying to wine and dine a new development system right now…
I looked into it, and the Inform 7 extension Hybrid Choices looks like it should work for my needs. (I don’t care about players being able to click the choices with the mouse, I’m fine if they’re just able to type the number in.)
However, I can’t seem to find the documentation for it? Someone said it’s on the wayback machine at the inform7 website, but I couldn’t find it. Does anyone have a direct link to it?
Also, I downloaded the one that was linked here but I am having trouble when I click Go I am using the latest version of Inform 7 (Inform 10.1.2).
I get this error message:
(Each time Go or Replay is clicked, Inform tries to translate the source text into a working story, and updates this report.)
Problem. In the sentence 'repeat with K running through pages turned to by N' , I was expecting to read a description of values, but instead found some text that I couldn't understand - 'pages turned to by N'.
I was trying to match one of these phrases:
1. repeat with (k - a new name) running through (pages turned to by n - description of values):
2. repeat with (k - a new name) running through (pages turned to by n - list of values):
But I didn't recognise 'pages turned to by n'.
The name 'k' doesn't yet exist.
…and actually a whole bunch more, but you get the gist.
Does anybody have another copy of Hybrid Choices, or know how to fix this bug?
(Also maybe you can convince me to try Dialog if it’s easy to learn and can display images or at the very least emojis… I can get by with emojis )
Thank you for anyone who can offer any advice or help! I appreciate it.