Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

SoIaF RPG macro help.

Ok, so SoIaF has you roll your ability die + your specialization die and then drop the lowest of the number of specialization dice you have. I've got my main macro pretty well figured, I'm using "/r {?{Ability|0}d6+?{Specialization|0}d6}d?{Specialization|0}", but on one of my skills I also get to re-roll 1's so I tried "/r {?{Stealth|4}d6+?{Specialization|1}d6}d?{Specialization|1}r1" and it was unrecognized, I also tried "/r {{?{Stealth|4}d6+?{Specialization|1}d6}d?{Specialization|1}r1}, and "/r {?{Stealth|4}d6+?{Specialization|1}d6}r1d?{Specialization|1}" and they are all unrecognized commands.  What am I doing wrong?  Thanks in advance guys, and sorry about the wall-o-macro.
1440126982

Edited 1440136689
Try these: /r (?{Ability|0} + ?{Specialization|0})d6d?{Specialization} /r (?{Stealth|4} + ?{Specialization|1})d6d?{Specialization}r1
Awesome, thank you.