8 lines
259 B
YAML
8 lines
259 B
YAML
titlescreen:
|
|
scenario: "Welcome to the sample game! There's not much here to do, but this will be used to demonstrate examples.\nBefore you is a table with a salad."
|
|
choices: ["eat salad"]
|
|
|
|
eat salad:
|
|
scenario: "You ate the salad."
|
|
choices: ["exit"]
|
|
|