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

variable macro rolls in secret

1407593855

Edited 1407593924
Ren3
Pro
I am a savage worlds gm and am trying to set up a gm roll MACRO my players wont see that allows me to select a die type that rolls with a wild die of d6 , explodes, and has the option for a modifyer, this is the roll i came up with, but its only rolling a d6 what am i doing wrong? /gmroll ?{Number of Dice|1}d?{Die Type|6}! + ?{Modifier|0} any help would be awsome.
1407594179
The Aaron
Roll20 Production Team
API Scripter
Seems to work for me... What error are you getting?
I have gotten it to work, but it doesnt seem to roll the wild die, just the first die string. when i hit test macro it just rolls the variable, but not the wild.
1407608327
The Aaron
Roll20 Production Team
API Scripter
Which one is the wild die?
{Die Type|6}! this is it, but its ok man, thanks for the help, I figured a work around, i just put /gmroll d6! in the second line of the macro. that way i get the part that works to give me what i need andit rolls a wild die seperat. may not be technically perfected, but it does the job simply and thats all i need. I was thinkinf maybe the one command / line in the macros section might be why the wild die part ofthe equation isnt working anyway?.
1407641373
The Aaron
Roll20 Production Team
API Scripter
Well, as long as you found a solution. :) Happy gaming.
thank you, you too!
1407710519

Edited 1407711517
Old School Fool
Sheet Author
mayby encapsulating the exclamation to make it refer to the prior string, {{DieType|6}!} and then i think youd have to encapsulate the entire thing as well. Try this..this seemed to work , althoug it doesnt have any added modifier or numbers in it , but it will roll the dice , and still adds them all together. /r {d6!,d6!}