Skip to content
Randal T Meyer edited this page May 5, 2024 · 2 revisions

These options are used during User Management.

Note: multiple options can be set at the same time


dialogPostType=""


This determines how RPG Sage's dialog posts are handled.

Valid dialogPostType values:

  • EMBED uses an embed that includes the character's avatar on the right. (default)
  • POST uses a simple message post some screen readers cannot read Discord embeds.
  • UNSET uses the dialogPostType method inherited from either the User, Game, or Server.

Examples:

sage! user update dialogPostType="post"
sage! user update dialogPostType="unset"

sagePostType=""


This determines how RPG Sage's command posts are handled.

Valid sagePostType values:

  • EMBED uses an embed. (default)
  • POST uses a simple message post (some screen readers cannot read Discord embeds).
  • UNSET uses the sagePostType method inherited from either the Game, or Server.

Examples:

sage! user update sagePostType="post"
sage! user update sagePostType="unset"

orgPlayId=""


This stores your Paizo Organized Play Id.

Example:

sage! user update orgPlayId="123456"

Note: This is currently a convenience, but also will be linked to characters that you give a PFS char number to in the future to help GMs with reporting.

Clone this wiki locally