Hi, I'm having some issue. My spells hit chances depends on a "scaling" variable. I can set the scaling one, and the hit part works aswell. But when I try to add the scaling variable to the hit chance dropdown query it breaks. Current hit chance dropdown (dropdown since it has two ways of being): {{slag=?{Slagtyp|Summa, @{maginamn_display} = [[@{magifv_display}+1d20+@{magimod_display}]]|Motstånd, @{maginamn_display} <-> [[@{magifv_display}-1d20+@{magimod_display}]]}}}" when I try to incorporate the scaling variable (E - bolded and italiced) as shown here it breaks: {{slag=?{Slagtyp|Summa, @{maginamn_display} = [[@{magifv_display}+1d20+@{magimod_display} -?{E&#125; ]]|Motstånd, @{maginamn_display} <-> [[@{magifv_display}-1d20+@{magimod_display}]]}}}" I'm used to scripting but new to roll20, what am I doing wrong?