15 lines
288 B
YAML
15 lines
288 B
YAML
intro: |
|
|
Test intro.
|
|
steps:
|
|
- instruction: "Look: type 'look'."
|
|
expect: look
|
|
confirm: "Looked."
|
|
hint: "Type look."
|
|
- instruction: "Take: type 'take <item>'."
|
|
expect: take
|
|
minArgs: 1
|
|
confirm: "Took it."
|
|
hint: "Take something."
|
|
closingTips: |
|
|
Test tips.
|