Difference between revisions of "Verbose"

From StickMUD
Jump to navigation Jump to search
(3 intermediate revisions by the same user not shown)
Line 13: Line 13:
 
|<code>'''verbose'''<nowiki> descriptions [on | off]</nowiki></code>
 
|<code>'''verbose'''<nowiki> descriptions [on | off]</nowiki></code>
 
|Toggle mode for room descriptions on or off.
 
|Toggle mode for room descriptions on or off.
 +
|-
 +
|<code>'''verbose'''<nowiki> map desc [on | off]</nowiki></code>
 +
|Toggle mode for map in room descriptions on or off.
 
|-
 
|-
 
|<code>'''verbose'''<nowiki> weather [on | off]</nowiki></code>
 
|<code>'''verbose'''<nowiki> weather [on | off]</nowiki></code>
Line 34: 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 39: Line 48:
 
  > verbose descriptions of
 
  > verbose descriptions of
 
  Brief room descriptions mode.
 
  Brief room descriptions mode.
 +
> verbose map desc off
 +
No map embedded inside of room descriptions.
 
  > verbose weather off
 
  > verbose weather off
 
  No weather messages (you can look at sky to see the weather).
 
  No weather messages (you can look at sky to see the weather).
Line 53: 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]], [[look]], and [[scan]]
+
[[brief]], [[exits]], [[look]], [[nearby]], and [[scan]]

Revision as of 13:03, 26 June 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, nearby, and scan