Token Contexts
Most sandbox options within the same category have access to the same tokens. This document serves as a reference for the tokens available to different types of options.
Chat
The tokens within this context can be used by all chat format strings, other than processed chats.
$admin
$author
$authorRaw
$buffyCrit
$buffyCritRaw
$buffyRoll
$callout
$dialogueTag
$echo
$language
$languageRaw
$icon
$iconRaw
$message
$name
$nameRaw
$unstyled
: The original content of a message sent in narrative style.$sneakCallout
$stream
Overhead
The tokens within this context can be used by all overhead format strings.
Processed Chat
This context contains the tokens that can be used in ChatFormatFull
and FormatChatPrefix
.
$admin
$author
$authorRaw
$buffyCrit
$buffyCritRaw
$buffyRoll
$content
: The full chat message content, after other formatting has occurred.$dialogueTag
$echo
$icon
$iconRaw
$language
: The result of theFormatLanguage
option.$name
$nameRaw
$tag
: The result of theFormatTag
option.$timestamp
: The result of theFormatTimestamp
option.