Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Is it possible to reference query input value instead of output

?{Level|6,70|7,80|8,90|9,100}+?{Level}+2. I'm trying to make a macro for the heal spell that accounts for life cleric ability. Can a reference query ?{Level} reference the input value (ie: 6,7,8,9) rather than the output (ie: 70,80,90,100)?
?{Level|6,0|7,1|8,2|9,3}*10+70+?{Level}+8 I did make it work without needing the input reference, but still curious if its possible.
What I like to do for Disciple of Life is make sure every part of the calculation uses the spell level, so this should work: (?{Level?|6|7|8|9}+1)*10+?{Level?}+2
Nick Olivo has a great video which shows some options on making a healing macro with multiple options including this (IIRC). Good luck! M