[Game help] prompt

Syntax: prompt 
        prompt current
        prompt <%*>
        auto prompt

Prompt basic will give you the standard 'hits mana moves' prompt in words,
while prompt percentile will give the standard 'hits mana moves' prompt in
percentages.  Prompt all will set your prompt to include all available options.

Prompt <%*> will allow you to customize your prompt using the variable '%*'s
described below.

The following displays your stats in words:
     %h --  display your current hits
     %m --  display your current mana
     %v --  display your current moves
The following displays your stats in percentages:
     %b --  display your current hits
     %c --  display your current mana
     %d --  display your current moves
The following displays the current game time:
     %H --  display the current hour
     %M --  display the current month
     %D --  display the current day
     %Y --  display the current year
Miscellaneous displays:
     %n --  insert a new line
     %g --  display your gold held
     %a --  display your alignment
     %r --  display the room name you are in
     %% --  display a percentage sign
Immortals only:
     %R --  display the vnum you are in (IMMORTAL ONLY)
     %z --  display the area name you are in (IMMORTAL ONLY)
     %c --  display the editor name you are in (BUILDER ONLY)

Prompt current will display your current prompt string.

Auto prompt will toggle your prompt off and on.