Do some nested macros conflict with referenced macros? When I created this nested macro, it asks for the dice that are requested within the referenced macro, but then does not actually roll them, or do anything else that the referenced macro is suppose to do. Is there a problem within my scripting? ?{Cast which spell?|Firebolt,#Spell-FireBolt0-Wizard |Light,#Spell-Light0-Wizard } In case it help, here is the "Firebolt" referenced macro, WHICH WORKS PERFECTLY when I activate it manually: *@{selected|token_name} speaks the mystic words, "Igne fulmen in convertendo inimicum meum!"*, ***and attacks his enemy with FIRE BOLT!! Total roll: [[1d20 + @{selected|PB} [Proficiency] + @{selected|intelligence_mod} [Intelligence]]] / [[1d20 + @{selected|PB} [Proficiency] + @{selected|intelligence_mod} [Intelligence]]] *** ***If an attack roll is successful, he damages his enemy for [[(?{# d10 Dice|2})d10]] points of FIRE damage or ``if CRITICAL MISS then [[ 1t[Critical-Miss] ]] or CRITICAL HIT adds [[ (?{# d10 Dice|2})d10) * 1t[Critical-Hit] ]] points of damage``!!!*** !token-mod {{ --set bar3_value|[[ {@{selected|bar3}-.5,0}kh1 ]] --ids @{selected|token_id} }} Thank you for the help! Barry