Just a quick note, and I’m hoping this is the right place for it. (It’s been almost a year and a half since my last post.)
I’m updating my basic Inform template, and Stephen Granade’s “Extended Banner” (v.5) extension will compile, but then displays this toward the end of the compiled example.
Thanks in advance for your help!
Basic Template 2
[** Programming error: tried to print (string) on something not a string **]
by Jay Goemmer
+++
“Basic Template 2” by Jay Goemmer
Include Extended Banner by Stephen Granade.
Rule for printing the banner text:
say “[bold type][story title][roman type][line break][extended story headline][if story author is not blank] by [story author][end if][line break][line break][italic type]Italics here.[roman type]
[line break][line break]Release [release number] / Serial number [story serial number] / Inform 7 build [I7 version number][line break][line break]” instead.
The story headline is “^An Interactive Example”.
The story genre is “Science Fiction”.
The story description is “A.”
The story creation year is 2012.
The release number is 0.
Use American dialect.
Include Basic Screen Effects by Emily Short.
When play begins: [This displays the introduction before the title.]
clear the screen;
say “[line break][line break]Introductory text.[paragraph break]”;
say “[bracket]MORE[close bracket]”;
wait for any key;
clear the screen;
[Displaying quotations, 5.12., Basic Screen Effects 1.3]
display the boxed quotation
"Quote something witty here.
–Some famous person (Born-Died)";
show the current quotation;
say “[bracket]MORE[close bracket]”;
wait for any key;
clear the screen;
say “[line break]”.
[Centering the status line, courtesy E.S. ]
Rule for constructing the status line:
center “[location]” at row 1;
rule succeeds.
Testing Lab is a room. The printed name is “Testing Lab”.