Skip to content
  • This project
    • Loading...
  • Sign in

Barry / esp8266-Mud

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • esp8266-Mud
  • help
  • prompt.txt
  • Barry's avatar
    Lots of updates for help, text wrap and players now have hp / mp and · ce1ef4e7 ...
    ce1ef4e7
    prompt changes
    Barry committed 2018-04-28 15:46:39 -0700
prompt.txt 396 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
Command:
  prompt

Usage:
  prompt <prompt>

Description:
  The default prompt is to just display a simple > but additional
  information can be displayed on your prompt to ease visibility of
  specific stats.

  Available Stats:
    %hp - Displays current hitpoints
    %mp - Displays current manapoints

Examples:

  prompt hp:%hp mp:%mp>

  hp:100 mp:100>

  prompt (hp:%hp) =>

  (hp:100) =>