Skip to content

hints #6

@peteruithoven

Description

@peteruithoven

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions