Site Tools


help_displays_prompts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

help_displays_prompts [2023/12/23 16:10] – Created page for displays help file zhihaihelp_displays_prompts [2024/05/21 15:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<code>
 +DISPLAYS PROMPTS
  
 +These commands may be used to change one's current prompt. Prompts have been made completely
 +customizable, and can show any number of things. The following are valid variables and substitutes:
 +
 +General:
 +  @H - current hour
 +  @j - total TN penalties your character is suffering under
 +  @k - karma
 +  @l - weight carried, @L - max weight to carry
 +  @m - mental, @M - max mental
 +  @n - nuyen
 +  @p - physical, @P - max physical
 +  @v - vnum of current room
 +  @@ - @ (the 'at' symbol itself)
 +  @! - <a new line>
 +
 +Combat related:
 +  @A - current wielded weapon's firemode
 +  @b - ballistic armor
 +  @c - combat pool
 +  @d - ranged dodge pool
 +  @D - body pool
 +  @g - current ammo of primary weapon, @G - max ammo of primary weapon
 +  @i - impact armor
 +  @o - offense pool
 +  @s - current ammo of secondary weapon, @S - max ammo of secondary weapon
 +
 +Magic related:
 +  @a - astral pool
 +  @f - casting pool, @F - drain pool
 +  @q - available (spirit) domains
 +  @t - magic pool
 +  @T - current number of sustained spells
 +  @u - spell defense pool
 +  @U - reflection pool
 +
 +Decking related:
 +  @C - persona condition
 +  @h - hacking pool
 +  @e - current active memory, @E - total active memory
 +  @r - current storage memory, @R - total storage memory
 +
 +Staff codes:
 +  @w - invis level (staff only)
 +  @W - incog level (staff only)
 +  @z - currently switched zone number (staff only)
 +
 +
 +Color codes may also be used in prompts.  For instance,
 +
 +< 10P 10M > prompt [@p/@PP|@m/@MM (@o/@d)]-
 +
 +would produce a prompt similar to:
 +
 +[10/10P|8/10M (3/2)]-
 +
 +See Also: ANSI COLOR, TOGGLE, TARGET NUMBER
 +</code>