Prompt command may be used to customize your prompt. Everything you place
into the <configuration text> following the prompt command will be
displayed in your prompt, exactly as you typed it. The exception to this
are the following combinations of % symbol and letters, which are replaced
by the MUD to fill in statistics you want shown:
%e == Show exits at this point in the prompt.
%c == Display a new line at this point in the prompt.
%h == Display your current hit points at this point in the prompt.
%H == Display your maximum hit points at this point in the prompt.
%m == Display your current mana at this point in the prompt.
%M == Display your maximum mana at this point in the prompt.
%v == Display your current moves at this point in the prompt.
%V == Display your maximum moves at this point in the prompt.
%x == Display your current total XP at this point in the prompt.
%X == Display your XP to next level at this point in the prompt.
%s == Display your silver at this point in the prompt
%g == Display your gold at this point in the prompt.
%t == Display current in-game time (am/pm format).
%T == Display current in-game time (24 hours format).
Example prompts:
prompt <%h/%Hhp %m/%Mmana %v/%Vmv %X xp>
would show a prompt like <56/78hp 45/150mana 200/235mv 9784 xp>
prompt <%h/%Hhp %m/%Mmp %v/%Vmove %g Gold %x/%XExp>
would show a prompt like <120/180 hp 12/85mp 10/200move $110 Gold 1310/2010Exp>
prompt <%hHP %mMana %vMoves %gGold %sSilver Exits:%e>
would show a prompt like <38HP 23Mana 18Moves 3Gold 243Silver Exits:north east>
Remember: Everything you type after the 'prompt' command appears in your
prompt line exactly as you put it, with the % variable filled in with
values by the MUD. When you are blinded, you cannot see exits in your prompt.
There is another prompt, the battle prompt, which relays information
about the enemy, his condition, the tank (whoever is taking damage from
the enemy) and his condition. All players are strongly encouraged to use
this prompt, especially those who are healing the party.