
What is wrong with this formula? <button type="roll" value="/em @{Name} uses a @{GlyphName} glyph [[[[1d20 + ?{Ability|Strength, @{STR Mod}|Dexterity, @{DEX Mod}|Intelligence, @{INT Mod}|Wisdom, @{WIS Mod}|Charisma, @{CHA Mod}}]] >= [[(?{Area|0} + ?{Duration|0} + ?{Potency|0} -3)*5)]]]]"/> What it's supposed to do is prompt the user for what ability to use Add that value to a d20 roll Prompt the user for Area, Duration, and Potency. Multiple the sum of Area, Duration, and Potency by 5 to get the target. Determine if the d20+modifier roll >= to the target.