
I am using this macro for Lay On Hands.
!modbattr --silent --sel --repeating_resource_$1_resource_left|-?{You have @{repeating_resource_$1_resource_left} HP left to give. How many are you using?|1|2|3|4|5|6|7|8|9|10}
The query works and the resource is drained correctly, but I would like to display the total selected in chat. How do I do this?
I think it's something with the --fb-content option, but how exactly do I use the _TCURJ thing?
Now I have this:
!modbattr --sel --fb-header Lay On Hands --fb-content _TCUR1_ --repeating_resource_$1_resource_left|-?{You have @{Torinn|repeating_resource_$1_resource_left} HP left to give. How many are you using?|1|2|3|4|5|6|7|8|9|10}
It's almost there but I can't get the TCUR1 to display anything