You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It might be interesting to enable the auto generation of hints about what's possible for certain exits and commands.
Examples:
Exits could be listed under "You could go" for exits, "under You could also" for commands and under "but you also see" for objects.
The text was updated successfully, but these errors were encountered: