
Hello, I've been scouring all the wikis on how to create different types of macros and have been able to figure out simple dropdown ones, however what I'd like to do is try to make a custom "Lingering Injuries" macro to allow players to choose the type of damage they received (using <a href="https://marketplace.roll20.net/browse/gameaddon/362/critical-hit-deck-for-gms" rel="nofollow">https://marketplace.roll20.net/browse/gameaddon/362/critical-hit-deck-for-gms</a> ) So far this is what I've come up with the following to roll on one table: /w gm &{template:npcaction} {{rname= Short-Term Madness }} {{name= Supplemental Materials }} {{description= [[1t[Setback-Slashing-(Lv.1-4)]]] }} I've been trying to use the "Potion of Healing" dropdown macro as a guide to try and set this up &{template:desc} {{desc= ?{Choose a Potion of...|Healing, **Potion of Healing**: [[2d4+2]]|Greater Healing, **Potion of Greater Healing**: [[4d4+4]]|Superior Healing, **Potion of Superior Healing**: [[8d4+8]]|Supreme Healing, **Potion of Supreme Healing**: [[10d4+20]]|Keoghtom's Ointment, **Keoghtom's Ointment**: [[2d8+2]] and cured of poison and any disease} }} But when I set things up using this format I can only get the first table to roll.... Could someone help me formulate this so I can add multiple kinds of damage tables? Thanks in advance!!