I'm trying to set up two macros for my characters to roll when they first enter the game.    EX. My paladin has a ring of evasion he rolls for a the start of the session to potentially gain 1-3 charges on it.  !token-mod --set statusmarkers|ring:?{Ring|[[1d3]]} !ammo @{selected|token_id} repeating_resource_$0_resource_right ?{Ring} Ring Charge My problem is that the value of the ?{Ring} roll result is different in the two places its supposed to show up. As seen above the token marker number does not match what is put in the resource section. What am I doing wrong here? Is there a way to do what I'm trying to do smoothly? P.S.  His Ring of Evasion resource # is always set to 0 when the macro is rolled. Idk if it being set to 0 instead of being set to nothing makes a difference but there's all the information.