Macros
Macros allow you to perform common rolls more quickly. For example, if you often roll Strength + Brawl.Biting
for your Vampire’s hunts, you can create a macro called hunt that makes that same roll. Combined with roll comments, you can save a lot of typing!
Create
/macro create name:hunt pool:Strength+Brawl.Biting difficulty:6
The above command will create a macro called hunt
, with a pool using Strength
and Brawl
, plus a Biting
specialty, at Difficulty 6.

/macro create name:hunt pool:Strength+Brawl.Biting
The above command will create a macro called hunt
, with a pool using Strength
and Brawl
, plus a Biting
specialty.

Use
/mroll name:hunt

/macro name:hunt

View
/macro list
Shows a paginated list of your macros.

/macro list
Shows a paginated list of your macros.

Delete
/macro delete macro_name:hunt

/macro delete macro_name:hunt
