You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ability to assign a variable to a saved dice roll. For example how in D&D there will be a modifier determined by your base stats, or in White Wolf where dice pools are determined by a combination of your skill and your base stats. This would allow a player to use a standard set of saved rolls, and have the bot pick up the relevant stats to fill in for them. This would also allow a player to save rolls that won't require going through and updating all of them if the character is leveled up and stats/modifiers change, or a new weapon is acquired.
For example: /roll 1d20 + $_wis or /roll ($_dex + $_dodge)s10
The text was updated successfully, but these errors were encountered:
The ability to assign a variable to a saved dice roll. For example how in D&D there will be a modifier determined by your base stats, or in White Wolf where dice pools are determined by a combination of your skill and your base stats. This would allow a player to use a standard set of saved rolls, and have the bot pick up the relevant stats to fill in for them. This would also allow a player to save rolls that won't require going through and updating all of them if the character is leveled up and stats/modifiers change, or a new weapon is acquired.
For example:
/roll 1d20 + $_wis
or/roll ($_dex + $_dodge)s10
The text was updated successfully, but these errors were encountered: