Difference between revisions of "Verbose"

From StickMUD
Jump to navigation Jump to search
Line 37: Line 37:
 
|<code>'''verbose'''<nowiki> defense others [on | off]</nowiki></code>
 
|<code>'''verbose'''<nowiki> defense others [on | off]</nowiki></code>
 
|Toggle mode for messages when others defend against an enemy in combat.
 
|Toggle mode for messages when others defend against an enemy in combat.
 +
|-
 +
|<code>'''verbose'''<nowiki> stats zombie [on | off]</nowiki></code>
 +
|Toggle mode for messages when stats change due to the effects of being a zombie.
 +
|-
 +
|<code>'''verbose'''<nowiki> stats vampire [on | off]</nowiki></code>
 +
|Toggle mode for messages when stats change due to the effects of being a vampire.
 
|}
 
|}
  
Line 58: Line 64:
 
  > verbose defense others off
 
  > verbose defense others off
 
  No messages when others defend against an enemy in combat.
 
  No messages when others defend against an enemy in combat.
 +
> verbose stats zombie off
 +
No messages when stats change due to the effects of being a zombie.
 +
> verbose stats vampire off
 +
No messages when stats change due to the effects of being a vampire.
  
 
==See Also==
 
==See Also==
 
[[brief]], [[exits]], [[look]], and [[scan]]
 
[[brief]], [[exits]], [[look]], and [[scan]]

Revision as of 12:28, 1 May 2022

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 map desc [on | off] Toggle mode for map in 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.
verbose stats zombie [on | off] Toggle mode for messages when stats change due to the effects of being a zombie.
verbose stats vampire [on | off] Toggle mode for messages when stats change due to the effects of being a vampire.

Examples

> verbose descriptions of
Brief room descriptions mode.
> verbose map desc off
No map embedded inside of room descriptions.
> 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.
> verbose stats zombie off
No messages when stats change due to the effects of being a zombie.
> verbose stats vampire off
No messages when stats change due to the effects of being a vampire.

See Also

brief, exits, look, and scan