Hello, trying to create a Conditions macro for PF2e. I'd like to use a drop down Roll Query option to just select a condition and submit to get the condition to then post into chat. Right now I do have it working but the text is just like copy/paste text into chat. I'd like to polish it up a bit and was wondering a few things that hopefully someone can help me with. I have two ideas and not sure if they will work: A) Use a Query such as the example below, but have its results be put into a text template like one that has header and such as the one found further down in my post. ?{Choose a Condition|Blinded, **Blinded** • You can’t see. You can’t detect anything using vision. • All normal terrain is difficult terrain to you. • You automatically critically fail Perception checks that require you to be able to see. • If vision is your only precise sense you take a –4 status penalty to Perception checks. • You are immune to visual effects. • Blinded overrides dazzled. • Creatures are Hidden from you.| } B) Use the same query but instead when you select an option it just calls a macro that creates that text box similar to the macro below: &{template:rolls} {{charactername=@{selected|token_name}}} {{header=Blinded}} {{subheader=^{Condition}}}{{info01_name=^{type}}} {{info01=}} {{desc=**^{notes} **You can’t see. All normal terrain is difficult terrain to you. You can’t detect anything using vision. You automatically critically fail Perception checks that require you to be able to see, and if vision is your only precise sense, you take a –4 status penalty to Perception checks. You are immune to visual effects. Blinded overrides dazzled.}} I know I'd prefer to use example A simply because I like the idea of not having to create a dozen macros. But I realize with only have a Plus and not a Pro account I can't just use API stuff which I'm sure would be simple enough.