Reporter

From StickMUD
Revision as of 10:51, 12 June 2022 by Tamarindo (talk | contribs) (Created page with "<code>reporter</code> - Customize the vitals reporter. == Description == The reporter display may be updated to include custom text along with pre-defined reporter tags. {| c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

reporter - Customize the vitals reporter.

Description

The reporter display may be updated to include custom text along with pre-defined reporter tags.

Syntax
Command Description
reporter Display current reporter settings.
reporter text <text> Update reporter settings with <text>, including pre-defined reporter tags.
reporter reset Update reporter settings to default.
Reporter Tags
Tag Description
<hp> Show your current hit points.
<maxhp> Show your max hit points.
<sp> Show your current spell points.
<maxsp> Show your max spell points.
<fp> Show your current fatigue points.
<maxfp> Show your your max fatigue points.
<time> Show the game's actual time.
<time24> Same as <time> but in 24 hour format.
<tz> Show the game's timezone code.
<localtime> Show ones actual time based on ones timezone setting.
<localtime24> Same as <localtime> but in 24 hour format.
<localtz> Show ones set timezone code.
<wimpy> Show ones wimpy % or if one is in brave mode.
<enemy> Show ones primary enemy's name while in active combat.
<enemyhealth> Show ones primary enemy's health (does not apply to undead).
<path> Current directory (Coder use only).

Examples

> reporter text [ HP <hp>/<maxhp> | SP <sp>/<maxsp> | FP <fp>/<maxfp> | Enemy is <enemy>  (<enemyhealth>) ]
Ok. reporter set.

Looks like this while in combat:

[ HP 141/322 | SP 331/331 | FP 213/266 | Enemy is Bruiser (slightly hurt) ]

See Also

brave, kill, report, sc, score, session, set, timezones, and wimpy