I'm attempting to use PowerCards to save a roll value, then plug it into use later in the same button. I've had a few suggestions about this when I asked elsewhere, but they all seemed more complicated than what I was hoping for--anyone able to see what I'm doing wrong, here?  <button type='roll' style="width:15px; height:15px" value='!power {{ --name|@{character_name}: Physical Action --leftsub|AV @{tdexterity}/EV @{tstrength} --rightsub|OV ?{OV|11}/RV ?{RV|11} --TN|[[@{tdexterity}-?{OV}+11]] --Roll|[[ [$DiceRoll] 2d10!!cf0cs0]] --Result|[[@{tstrength}-?{RV}+([^DiceRoll]-11+floor((@{tstrength})/6))]] RAPs}}' name='roll_physical'></button> As always, any help anyone can offer is deeply appreciated! Thanks!