Character Options - rpg-sage-creative/rpg-sage GitHub Wiki
Wiki Home | Feature Guide | Quick Start | E20 Demo | One-Page Wiki Related Topics: Character Management, Character Options, Manual Stats, Pathbuilder Stats, Stats in Dice
Character Options
These options are used during Character Management.
Note: multiple options can be set at the same time
alias=""
This value is a short name used for accessing the character without needing to type their entire name. An alias is often a nickname, or sometimes just a short code. Whatever you use for the alias, it can only contain letters and numbers.
Examples:
sage! pc create name="Bob the Fighter" alias="bob"
sage! npc update name="Super Awesome Powerful Wizard" alias="sapw"
avatar=""
This value is the url for the image on the right side of Dialog when using an embeds to display Dialog.
Example:
sage! pc create name="Mal" avatar="https://img.rpgsage.io/253330271678627841/characters/mal/mal.png"
charName=""
This is used to link the Companion or Minion to a parent Character. The name must be for a Character accessible by the User.
Examples:
sage! companion create name="Stan the Squire" charName="Bob the Fighter"
sage! minion create name="Sluggo" charName="Gobbo the Goblin"
color=""
This value sets the color on the left side of the embed when Character Dialog is displayed using an Embed.
Valid colors use the hexidecimal formats 0xAA00FF
or #AA00FF
.
Examples:
sage! pc create name="Bob the Fighter" color="#0000ff"
sage! companion create charName="Bob the Fighter" name="Squire Stan" color="#ff0000"
name=""
This sets the name of the Character.
Examples:
sage! pc create name="Bob the Fighter"
sage! npc create name="Gobbo the Goblin"
newName=""
and oldName=""
These two options are required when renaming a Character.
Examples:
sage! pc update oldName="Stan the Squire" newName="Squire Stan"
sage! minion update char="Gobbo the Goblin oldName="Sluggo" newName="Sluggy"
newUser=""
This option allows a GM to reassign a Character to a different Player.
It can be a User Mention or the full ID of a User.
Note: If using a User Mention, it is best to add a space after the first "
and before the @
.
Examples:
sage! pc update name="Mal" newUser=" @Randal "
sage! pc update name="Mal" newUser="253330271678627841"
token=""
This value is the url for the image on the left side of Dialog. It is also the image used for maps.
Examples:
sage! pc create name="Mal" token="https://img.rpgsage.io/253330271678627841/characters/mal/mal-token.png"