Well, I think I figured it out. Since there seem to be no repositories of macro examples for most systems except what shows up in the forums, here are three helpful macros. All should work without API using the R0ll20 Vampire 5e sheet. RollNoHunger Rolls a number of 10 sided dice and shows the result. Left in the hunger dice in the code in case someone wants to modify it. &{template:vampire}{{attribute=None}}{{skill=None}}{{title=Straight Roll}}{{rolls=[[?{Dice|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15}]]}}{{hunger=[[0]]}}{{rollcount=?{Dice|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15}}}{{roll_1=[[1d10]]}},{{roll_2=[[1d10]]}},{{roll_3=[[1d10]]}},{{roll_4=[[1d10]]}},{{roll_5=[[1d10]]}},{{roll_6=[[1d10]]}},{{roll_7=[[1d10]]}},{{roll_8=[[1d10]]}},{{roll_9=[[1d10]]}},{{roll_10=[[1d10]]}},{{roll_11=[[1d10]]}},{{roll_12=[[1d10]]}},{{roll_13=[[1d10]]}},{{roll_14=[[1d10]]}},{{roll_15=[[1d10]]}}{{blood_roll_1=[[1d10]]}},{{blood_roll_2=[[1d10]]}},{{blood_roll_3=[[1d10]]}},{{blood_roll_4=[[1d10]]}},{{blood_roll_5=[[1d10]]}} RollWithHunger Rolls a number of 10 sided dice and shows the result. Asks for total dies to roll and how many of them are hunger dice. &{template:vampire}{{attribute=None}}{{skill=None}}{{title=Roll with Hunger}}{{rolls=[[?{Dice|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15} - ?{Hunger|1|2|3|4|5}]]}}{{hunger=[[?{Hunger|1|2|3|4|5}]]}}{{rollcount=?{Dice|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15}}}{{roll_1=[[1d10]]}},{{roll_2=[[1d10]]}},{{roll_3=[[1d10]]}},{{roll_4=[[1d10]]}},{{roll_5=[[1d10]]}},{{roll_6=[[1d10]]}},{{roll_7=[[1d10]]}},{{roll_8=[[1d10]]}},{{roll_9=[[1d10]]}},{{roll_10=[[1d10]]}},{{roll_11=[[1d10]]}},{{roll_12=[[1d10]]}},{{roll_13=[[1d10]]}},{{roll_14=[[1d10]]}},{{roll_15=[[1d10]]}}{{blood_roll_1=[[1d10]]}},{{blood_roll_2=[[1d10]]}},{{blood_roll_3=[[1d10]]}},{{blood_roll_4=[[1d10]]}},{{blood_roll_5=[[1d10]]}} R2 Rolls 2 dice without hunger. This is an example that you can use to quickly modify to create any number of macros that roll a specific number. Just switch out "rolls" and "rollcount". Easy to paste "`#R" in front of a pool value in a handout if you are inserting a link if you make one of these for a range of values. ( NB: Links like this will not work if the sheet is popped out.) &{template:vampire}{{attribute=None}}{{skill=None}}{{title=Straight Roll}}{{rolls=[[2]]}}{{rollcount=2}}{{roll_1=[[1d10]]}},{{roll_2=[[1d10]]}},{{roll_3=[[1d10]]}},{{roll_4=[[1d10]]}},{{roll_5=[[1d10]]}},{{roll_6=[[1d10]]}},{{roll_7=[[1d10]]}},{{roll_8=[[1d10]]}},{{roll_9=[[1d10]]}},{{roll_10=[[1d10]]}},{{roll_11=[[1d10]]}},{{roll_12=[[1d10]]}},{{roll_13=[[1d10]]}},{{roll_14=[[1d10]]}},{{roll_15=[[1d10]]}}