Update
This commit is contained in:
parent
16c277f65a
commit
826edc3d50
@ -42,6 +42,12 @@ Before examining when the noun is a person:
|
||||
if the conversation of the noun is spoken and the significance of the noun is significant,
|
||||
increase the current score of the player by 1.
|
||||
|
||||
After reading a command:
|
||||
let N be "[the player's command]";
|
||||
if N is "take over kingdom",
|
||||
say "What kingdom, you dumple!".
|
||||
|
||||
|
||||
When play begins:
|
||||
now the right hand status line is "Score: [current score of the player] of 204".
|
||||
|
||||
|
@ -1,2 +1,5 @@
|
||||
# Buttered Toast: the Interactive Fiction Starring Billy Davis
|
||||
This is the Inform 7 source for the interactive fiction also called Buttered Toast. This will be a reinterpretation of the movie script of similar name written in the early 2000s by Master Films, now known as Masterful Interactions.
|
||||
This is the Inform 7 source for the interactive fiction also called Buttered Toast: the Interactive Fiction Starring Billy Davis. This will be a reinterpretation of the movie script of similar name written in the early 2000s by Master Films, now known as Masterful Interactions.
|
||||
|
||||
# Buttered Toast: the Legend of Possum Crotch
|
||||
This is the Inform 7 source for the interactive fiction also called Buttered Toast: the Legend of Possum Crotch. This will be a further reinterpretation of the movie script of similar name written in the early 2000s by Master Films, now known as Masterful Interactions.
|
||||
|
Loading…
Reference in New Issue
Block a user