Difference between revisions of "Brief"

From StickMUD
Jump to navigation Jump to search
(Created brief command)
 
m
Line 55: Line 55:
  
 
==See Also==
 
==See Also==
[[look]], and [[verbose]]
+
[[look]], [[scan]] and [[verbose]]

Revision as of 07:36, 11 December 2021

brief - shorten or disable unwanted messages

Description

Change from verbose (descriptive) mode to brief mode where messages may be shortened or eliminated to reduce messaging. These commands are helpful for sight-impaired players who want to focus on the most critical messaging.

Syntax
Command Description
brief Summary status for all brief messages.
brief descriptions [on | off] Toggle mode for room descriptions on or off.
brief weather [on | off] Toggle mode for weather messages on or off.
brief errors [on | off] Toggle mode for either simple or normal error messages.
brief missing [on | off] Toggle mode for messages when you miss an enemy in combat.
brief missed by [on | off] Toggle mode for messages when an enemy missed you in combat.
brief missed others [on | off] Toggle mode for messages when others miss an enemy in combat.
brief hit others [on | off] Toggle mode for messages when others hit an enemy in combat.
brief defense others [on | off] Toggle mode for messages when others defend against an enemy in combat.

Examples

> brief descriptions on
Brief room descriptions mode.
> brief weather on
No weather messages (you can look at sky to see the weather).
> brief errors on
Simple error messages.
> brief missing on
No messages when you miss an enemy in combat.
> brief missed by on
No messages when an enemy missed you in combat.
> brief missed others on
No messages when others miss an enemy in combat.
> brief hit others on
No messages when others miss an enemy in combat.
> brief defense others on
No messages when others defend against an enemy in combat.

See Also

look, scan and verbose