I'm curious as to if there is a way to write a Macro that will output additional text based on the result of a modifier To put things into perspective better. I'm playing a character with the Combat Medic prestige class so I get an ability called Healing Kicker that lets me add a bonus benefit to my healing spells selectable from either a 1 round Sanctuary effect, 1 round bonus to Reflex saves, or 1 minute of Temporary HP I thought I could make 4 macros labeled HealingKicker0 to HealingKicker3 and use the syntax #{HealingKicker?{Healing Kicker|0}} to output the selected effect where 0 = no additional effect and 1-3 = bonus effects, but the result was that the spell macro would output the name of the Healing Kicker macro selected rather than the contents of it appended to the end of the spell effect. What I expected to see output: Cyra casts Cure Light Wounds, restoring [14] heath to herself and wards herself with Sanctuary through her Healing Kicker ability, for 1 round attackers must succeed on a Will save DC:[24] or lose their action and be unable to attack the warded creature for the duration of the effect (Attacking while under the effects of Sanctuary immediately ends the effect) What I actually saw output: Cyra casts Cure Light Wounds, restoring Rolling [14] heath to herself #{HealingKicker1} I even tried wrapping the bonus text in brackets like an in-line roll thinking it might function like a roll-table... but that only resulted in error (the macro failed to output anything at all)