A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
|
|
@ -0,0 +1,15 @@
|
|||
Home is a room.
|
||||
|
||||
To decide which indexed text is incremented (T - indexed text):
|
||||
let temp be indexed text;
|
||||
let temp be the player's command;
|
||||
change the text of the player's command to T;
|
||||
let N be a number;
|
||||
if the player's command matches "[number]":
|
||||
let N be the number understood;
|
||||
change the text of the player's command to temp;
|
||||
decide on "[N + 1]".
|
||||
|
||||
When play begins:
|
||||
say incremented "12345";
|
||||
end the story.
|
||||
Loading…
Add table
Add a link
Reference in a new issue