I'm trying to print the banner text, followed by a MORE prompt, and *then* the room description with the status line.
Here's the example transcript I'm trying to implement:
+++
Introductory text.
[MORE]
(Clears screen)
Waiting For Room Description 01
An Interactive Example by Jay Goemmer
Release 1 / Serial number 121129 / Inform 7 build 6G60 (I6/v6.32 lib 6/12N) SD
[MORE]
Middle of Nowhere
Well, here you are. *Again.*
>
(Status line is active.)+++
Here's the source code I'm wrestling with:
Code:
"Waiting For Room Description 01" by Jay Goemmer
The story headline is "An Interactive Example".
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;
say "[line break]";
say "[banner text]";
say "[line break]";
say "[bracket]MORE[close bracket]";
wait for any key ;
say "[line break]".
[;
move the player to Opening_Room. ]
[ Forces looking at room. ]
Opening_Room is a room. The printed name is "Middle of Nowhere". The description is "Well, here you are. *Again.*"
As usual, any help you can offer is greatly appreciated.
Thanks and cheers,
_________________
Jay Goemmer
"
Tau Zero"
"Went with Vyznev's solution as the least objectionable of a bad lot. I7 emits slight wheeze and a billow of steam, but no alarming clunking noises as yet. Will monitor closely."
--"maga", Dec 2012