-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
It might be interesting to enable the auto generation of hints about what's possible for certain exits and commands.
Examples:
locations:
building:
building-elevator:
output: |
Elevator music is playing while your going up...
commands:
msg:
inputs:
- hello.*
content: |
Hi there!
hint: say hi
objects:
wallet:
name: Wallet
hint: A wallet on the ground
take:
- Pick up wallet
- get wallet
drop:
- Drop wallet
commands:
- msg:
input:
- (check|open) .*?wallet
content: |
in the wallet there is a buscard, a blanco passport, a few coins and a letter.
- cmd:
input:
- pay using coins
content: ...
Exits could be listed under "You could go" for exits, "under You could also" for commands and under "but you also see" for objects.