Your first macro
Learn how to save a standard roll for later use.
First, we'll look at the most basic type of macro: a saved roll.
Let's take a look at those parameters.
name
: When you use a macro (more on that later), you will invoke it by itsname
. Thisname
needs to be unique to the character.pool
: This must be a valid roll pool using either traits (preferred) or raw numbers.hunger
: This is a simple yes or no: Whether to use your character's current Hunger rating or to set it to zero. Most of the time, you want Yes.difficulty
: The difficulty against which the roll will be made.
Next, we'll see how to use the macro we just created.
Last updated