
What am I doing wrong??? I found Crit and Fumble tables that are not too bad but will add a little spice to rolls. I added them into game by making roll tables. Now, I am trying to make a macro to select 4 roll tables. Weapon-Crit, Weapon-Fumble, Magic-Crit, Magic-Fumble. Should be something like this or so I thought. ?{Type|Weapon-Crit, &{template:npcaction} {{rname=Weapon-Crit}} {{description=[[1t[Weapon-Crit]]] }}|Weapon-Fumble, &{template:npcaction} {{rname=Weapon-Fumble}} {{description=[[1t[Weapon-Fumble]]] }}|Magic-Crit, &{template:npcaction} {{rname=Magic-Crit}} {{description=[[1t[Magic-Crit]]] }}|Magic-Fumble, &{template:npcaction} {{rname=Magic-Fumble}} {{description=[[1t[Magic-Fumble]]] }}} This gives me a box not a dropdown with 'Weapon-Crit,&{template:npcaction}' in it. Do I have brackets wrong somewhere? Thx in advance for the help, you guys are always so great.