Having some issues with a macro I am making for my GM who is new to roll20, we are using the "D&D 5e 2014 by Roll20" sheet. Currently we are not open to plugins and API's so we are staying within the confines of macros for now. Trying to make a macro that displays various stats and buttons for common actions that can be run for the selected token, macro so far: /w gm &{template:default} {{name=@{selected|character_name} }} {{Stats= **HP: ** @{selected|hp} / @{selected|hp|max}
**AC: **@{selected|ac}
[Perception](~selected|perception)** Passive: **@{selected|passive_wisdom} }} {{Saving Throws= [Strength](~selected|@{selected|strength_save_roll}) }} And the above without the html conversions for convenience: @{selected|strength_save_roll} I have 2 things I am struggling with I am hoping y'all can help with, firstly I am receiving an error on my save throw though it does still work I would like to remove the error text. Secondly I would like to have a query that asks if the save throws, perception checks or anything else I might add in there should be /w to gm or public, I am not sure how to implement this in a macro context. Hope y'all can steer my in the right direction!