Hello all, Let me start off by saying I had to take Beginner & Intermediate C++ in college, and barely passed both. When it comes to coding, I'm pretty dumb. I've been scouring forums, reddit posts, etc; for a good macro to pair well with the Paladin's Lay on Hands ability. Here is my WIP so far: !alter --target|@{target|token_id} --bar|1 --amount|?{How much do you want to heal?|1,1|2,2 |3,3 |4,4|5,5|6,6 |7,7 |8,8|9,9|10,10} &{template:default} {{name=Lay on Hands Pool}} !modattr --silent --charid @{target|character_id} --class_resource|-{{Pool Lost=[[|1,1|2,2 |3,3 |4,4|5,5|6,6 |7,7 |8,8|9,9|10,10]]}} --class_resource|{{Pool Lost=Lay on Hands Pool decreases by [[-1]]}}!!! {{description=Text}} The adding of health from the pool works a treat, I limited to 10 because I'm just starting to DM on here and my Paladin is only level 2, atm. Just got a Pro sub gifted from a player and I'm trying to get as much sorted before my next session as possible in regards to having attacks & abilities nicer with Power Cards. I am not sure how, or if I can call the option that gets selected from the |?{How much do you want to heal?|1,1|2,2 |3,3 |4,4|5,5|6,6 |7,7 |8,8|9,9|10,10} to be subtracted from the class_resource. Could someone with a brain please take a look at this and offer some sage advice? :c