Olaf Now
Olaf Now

Reputation: 107

How to make inform 7 print a line of text after the serial number (line)?

I would like to print a line after the serial number line, like in the example below:

About About
A fancy story by A. Author
Release 1 / Serial number 190926 / Inform 7 build 6M62 (I6/v6.33 lib 6/12N) 
(Type “about” for credits and game information.)

Is this made with an extension? I didn't find anything about this in the documentation...

Upvotes: 2

Views: 177

Answers (1)

Guy Incognito
Guy Incognito

Reputation: 416

After printing the banner text:
    say "(Type 'about' for credits and game information.)"

Chapter 18.37 in the documentation.

Upvotes: 3

Related Questions