Accidentally deleted my last post *facepalm* I'm working on this macro to roll for a selected token, and have it ask me what I want to roll for (to reduce the number of macros I have to have). Everything was working until I decided to add a nested roll query at the end, which would ask me for what defense I wanted to roll for. Here's the code. It's a bit messy. npc roll
/w gm Rolling for @{selected|token_name}:
?{Roll for what?|Skill Level,/w gm [[3d6]] vs [[@{selected|skill level}+?{mod|0}]]|HT,/w gm [[3d6]] vs [[@{selected|ht}+?{mod|0}]]|DX,/w gm [[3d6]] vs [[@{selected|dx}+?{mod|0}]]|ST,/w gm [[3d6]] vs [[@{selected|st}+?{mod|0}]]|IQ,/w gm [[3d6]] vs [[@{selected|iq}+?{mod|0}]]|Per,/w gm [[3d6]] vs [[@{selected|per}+?{mod|0}]]|Damage,@{selected|token_name} hits for [[@{selected|bar3|max}+?{mod|0} damage!]]|Defense,?{What Defense?|Dodge,[[@{selected|dodge}+?{mod|0}]]}
And if the HTML code isn't showing up above: The offending bit is highlighted