Hey Aaron. Thanks for any help you can provide here. I am using the 5e OLG sheet Here is a watered down version of the macro that is not working in Jumpgate !power {{ --name|RECHARGE ROLL FOR ABILITY --RECHARGE ROLL:| [[ [$Roll] 1d6 + ?{Any Modifiers To The Roll|0} ]] --?? $Roll < 5 ??ABILITY DID NOT RECHARGE:| Unable to use the ability this round --?? $Roll >= 5 ??ABILITY RECHARGED:| Able to use the ability this round --?? $Roll >= 5 ??api_token-mod|_current-page _ids @{selected|token_id} _set bar3_value|1 }} Also seems to have trouble even apply statusmarkers to tokens when called through power cards The rest of the macro works fine, just not calling token-mod for some reason. Token-mod works fine if not inside the power card (ex: !token-mod --current-page --ids @{selected|token_id} --set bar3_value|1) works fine It does not crash the API Sandbox just does not call token-mod. I have other macros that call different scripts, like chatsetattr, and they seem to work when called.