Ashavar's Legacy Help System

 
Topic: COLOR UNCOLOR

Use the COLOR command to control your color settings.

color on	; Turn color on
color off	; Turn colors completely off

color  ; define the colors for a certain channel 

Variables:
 tell,talk,shout,say,gtell	; communication
 player,mobile,object		; shown when you look
 room_name,room_description,room_exits
 prompt,prompt_combat		; prompts	
 spell_off			; message when a spell wears off

Example:
  color tell bold red		; Incoming tells will be bold and red
  color mobile green		; mobiles in a room will show up in green
  color talk bold yellow beep	; talks will be bold yellow, and give a beep
  color prompt green		; your prompt will be green
  color prompt_combat red	; your prompt will be red while fighting

Colors:
 red,green,black,white,yellow,blue,cyan,magenta
 bold,blink,reverse,underline,normal
 bell

Use UNCOLOR to completely remove a color setting.

Example:
  uncolor tell			; tells will have no color anymore

See Also:  ESET


Back to the main page.
Back to the help page.