/
ScryMUD/mud/
ScryMUD/mud/grrmud/Boards/
ScryMUD/mud/grrmud/Help/
ScryMUD/mud/grrmud/Pfiles/
ScryMUD/mud/grrmud/PlayerSacks/
ScryMUD/mud/grrmud/PlayerShops/
ScryMUD/mud/grrmud/help_filter/
ScryMUD/mud/hegemon/
ScryMUD/mud/hegemon/data/
ScryMUD/mud/hegemon/data/help/battle/
ScryMUD/mud/hegemon/data/help/client/
ScryMUD/mud/hegemon/data/help/communications/
ScryMUD/mud/hegemon/data/help/skills/
ScryMUD/mud/hegemon/data/help/spells/
ScryMUD/mud/include/
ScryMUD/mud/lib/
ScryMUD/mud/lib/bitfield/
ScryMUD/mud/lib/log/
ScryMUD/mud/lib/string2/
Category:  General  Topic:  prompt



This command is used to customize your prompt to your liking.  Soon
Java Client users should have better options...

syntax:  prompt <'prompt_string'>  where prompt string is as described 
   below:

     The prompt_string is any list of characters terminated by a <return>.
You can make the game insert certain things into the prompt with special
letter combinations as follows:

%h	current hit points	%H	maximum hit points
%v	current mov points	%V	maximum mov points
%m	current mana points	%M	maximum mov points
%%      a '%' symbol

If you imput NORMAL as your prompt string you are set to the default, which
is something similar to:    <%hH %mM %vV >

Example:  prompt '<%H/%hH %M/%mM %V/%vV >'
	  prompt NORMAL

See also:  toggle, brief       
NOTE:  You MUST include the prompt string in single quotes.