Difference between revisions of "Verbose"

From StickMUD
Jump to navigation Jump to search
(Created page with "<code>verbose</code> - shorten or disable unwanted messages ==Description== Change from verbose (descriptive) mode to brief mode where messages may be shortened or eliminated...")
 
Line 55: Line 55:
  
 
==See Also==
 
==See Also==
[[look]], [[scan]] and [[verbose]]
+
[[brief]], [[look]], and [[scan]]

Revision as of 07:39, 11 December 2021

verbose - 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
verbose Summary status for all brief messages.
verbose descriptions [on | off] Toggle mode for room descriptions on or off.
verbose weather [on | off] Toggle mode for weather messages on or off.
verbose errors [on | off] Toggle mode for either simple or normal error messages.
verbose missing [on | off] Toggle mode for messages when you miss an enemy in combat.
verbose missed by [on | off] Toggle mode for messages when an enemy missed you in combat.
verbose missed others [on | off] Toggle mode for messages when others miss an enemy in combat.
verbose hit others [on | off] Toggle mode for messages when others hit an enemy in combat.
verbose defense others [on | off] Toggle mode for messages when others defend against an enemy in combat.

Examples

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

See Also

brief, look, and scan