
I'm trying to create a Concentration Super Macro for Pathfinder but can't get it to work, basically it needs to ask spell lvl then depending on what the concentration check is for, add either a static number alone or a static number + something (like dmg dealt) - so far I have the following [[?{Type of Concentration Check?|Casting defensively,15+2*?{spell lvl?}|Injured while casting,10+?{damage dealt?}+?{spell lvl?}|Continuous damage while casting,10+floor(0.5*?{damage dealt?})+?{spell lvl?}|Affected by a non-damaging spell while casting,?{DC of the affecting spell?}+?{spell lvl?}| Grappled or pinned while casting,10+?{grappler's CMB?}+?{spell lvl?}|Vigorous motion while casting,10+?{spell lvl?}|Violent motion while casting,15+?{spell lvl?}|Extremely violent motion while casting,20+?{spell lvl?}|Wind with rain or sleet while casting,5 +?{spell lvl?}|Wind with hail and debris while casting,10+?{spell lvl?}|Weather caused by spell,see spell|Entangled while casting,(15+?{spell lvl?})}]] I know the problem isn't too many things in the dropdown because "[[?{what?|a,1|b,2|c,3|d,4|e,5|f,6|g,7|h,8|i,9|j,10|k,11|l,12}]]" works, the problem seems to be with having multiple { and } nested