Skip to content

Story tab incorrectly prints result of character input #76

Description

@DavidKinder

With this code, at the second “Wait for any key,” the game prints the thing you type. So for example, if the player types a “P,” a “P” will appear on the screen.

"Game Title" by Author

Include Basic Screen Effects by Emily Short.

Lab is a room.

When play begins:
	say "Here is some introductory text.";
	wait for any key;
	clear the screen;
	say "Here is some more text.";
	wait for any key.

This is what the screen looks like after the player has typed “P”:

Here is some more text.
P
Game Title
An Interactive Fiction by Author
Release 1 / Serial number 240706 / Inform 7 build 6M62 (I6/v6.33 lib 6/12N) SD

Lab

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions