PDA

View Full Version : Stacking die rolls in a single line



MathemAddicts
November 22nd, 2015, 17:24
Hey all,

I am trying to get the following in a single line (so I may drag it to a hotkey)


Roll a d20
+13 BAB
+1 Weapon Focus
+2 Weapon Magic Enhancement
-2 Two-Weapon Fighting (primary hand)


I have tried
/die 1d20 + 13 BAB + 1 Weapon Focus + 2 Weapon Magic Enhancement - 2 Two-Weapon Fighting (primary hand)

but this does not work.

Is there a way to do this in a single line with the modifiers listed and summed?

Thank you ahead of time for your responses,
Roy

Trenloe
November 22nd, 2015, 17:30
You can only put a single message in a /die command which starts after the first space. You'd have to do it like this:

/die 1d20+13+1+2-2 + 13 BAB + 1 Weapon Focus + 2 Weapon Magic Enhancement - 2 Two-Weapon Fighting (primary hand)

MathemAddicts
November 22nd, 2015, 17:38
You can only put a single message in a /die command which starts after the first space. You'd have to do it like this:

/die 1d20+13+1+2-2 + 13 BAB + 1 Weapon Focus + 2 Weapon Magic Enhancement - 2 Two-Weapon Fighting (primary hand)

Perfect! That works. Thanks Trenloe.