I made two macros for rolling dice pools using the new V5 roll20 character sheet. This also uses the template. One is for rolls without hunger dice and one is for with hunger dice. They pull hunger from the selected token so you can make the macros token actions for all players. Hope the community finds them helpful. With Hunger dice: &{template:vampire}{{title=HUNGER DICE POOL}}{{character=@{selected|token_name}}}{{attribute=}}{{skill=[[?{DICE|1|2|3|4|5|6|7|8|9|10}]]}}{{rolls=[[?{DICE|1|2|3|4|5|6|7|8|9|10} - @{selected|hunger}]]}}{{hunger=[[@{selected|hunger},?{DICE|1|2|3|4|5|6|7|8|9|10}kl1]]}}{{rollcount=[[?{DICE|1|2|3|4|5|6|7|8|9|10}]]}}{{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]]}} Without Hunger Dice &{template:vampire}{{title=DICE POOL}}{{character=@{selected|token_name}}}{{attribute=}}{{skill=[[?{DICE|1|2|3|4|5|6|7|8|9|10}]]}}{{rolls=[[?{DICE|1|2|3|4|5|6|7|8|9|10}]]}}{{rollcount=[[?{DICE|1|2|3|4|5|6|7|8|9|10}]]}}{{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]]}}