As it says on the tin, I'm trying to write out a macro that will roll for multiple skills, in this case knowledge skills realtered to identifying monsters/creatures. I know i could set it up to roll each one individually, but ideally I would like to to all be contained within one roll box: Arcana -> result Dungeoneering -> result Local -> result etc. Coming from the Community sheet i would do some thing like: &{template:pf_generic} @{Character|toggle_accessible_flag} @{Character|toggle_rounded_flag}{{color=@{Character|rolltemplate_color}}} {{header_image=@{Character|header_image-pf_generic}}} {{name=Knowledge Check}} {{subtitle=Character's Knowledge}} {{ [[1d20+@{Character|Knowledge-Arcana}]] **Arcana=Local[[1d20+@{Character|Knowledge-Local}]] }} {{ [[1d20+@{Character|Knowledge-Planes}]] **Planes=Geography [[1d20+@{Character|Knowledge-Geography}]] }} {{ [[1d20+@{Character|Knowledge-History}]] **History=Dungeon[[1d20+@{Character|Knowledge-Dungeoneering}]] }} {{ [[1d20+@{Character|Knowledge-Nature}]] **Nature=Nobility [[1d20+@{Character|Knowledge-Nobility}]] }} {{ [[1d20+@{Character|Knowledge-Engineering}]] **Engine=Religion [[1d20+@{Character|Knowledge-Religion}]] }}
Now obviously I would have to use the macro template used for the Roll20 sheet, but I can't seem manage to get more than one skill roll to display in the roll box. I have tried to mimic how multiple attacks display, but that didn't seem to bare any fruit. Suggestions?