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

Help for THE SQUAD

1691902789

Edited 1691903557
I'm looking to run a simple d20 system called The Squad, and I need some help making macros! All I really need is a macro that will roll a d20 plus a bonus, and then query for 1 of 3 effects, or 1 of 2 effects, depending on the macro. Any help would be much appreciated!
1692095621
Ziechael
Forum Champion
Sheet Author
API Scripter
Hi Juniper, some additional info would be great :) Is there a community sheet available on Roll20 for this system or are you using a standard manual attributes entry method? What are the effects, how do you determine whether there are 3 or 2 available, and do they impact on the roll result? At its core you are basically doing this: [[ 1d20 + ?{Bonus|0} ]] You can make it 'prettier' by using the default template but depending on the answer to my questions there may be more we can do to lighten the load.