After scouring the forums and piecing together many different codes, I ended up making a multi-cure spell dropdown macro that auto-calculates based on selected level of token that is associated with a character sheet. Cure Spells Dropdown Macro with auto level calculation (PFS1) Description: All available cure spells in a dropdown format that uses macros to auto-calculate the variables based on the stats of the token using the button. Compatibility: Pathfinder 1st Edition The Pathfinder by Roll20 character sheet ( <a href="https://help.roll20.net/hc/en-us/articles/360037773733" rel="nofollow">https://help.roll20.net/hc/en-us/articles/360037773733</a>) How Setup: Add as a new macro under the Macros section. Enable Show as Token Action, so when a token is chosen the macro button for the macro will be visible. Can also be entered under the Attrributes and Abilities tab on the character sheet. The macro button will only be visible for that selected character. Usage: Click on any token and the macro button will show up. Click the macro button and you will be presented with a dropdown of numerous cure spell choices. Choose a spell option and press the submit button. Check the Chat window for the output. Output: There is a basic sentence outputted to the Chat window only. Possible Self-Changes: Changing your SPELLCASTING class from the top one to the bottom one, by changing the caster1_level variable to caster2_level . Adapt the variables to another gaming system or character sheet. Change the phrasing of the outputted sentence. Code: ?{Choose Cure Type|
Potion/Scroll/Wand-Light, **@{selected|character_name}** activates Cure Light for [[1d8+1]] HP of healing/harming.|
Potion/Scroll/Wand-Moderate, **@{selected|character_name}** activates Cure Moderate for [[2d8+3]] HP of healing/harming.|
Potion/Scroll/Wand-Serious, **@{selected|character_name}** activates Cure Serious for [[3d8+5]] HP of healing/harming. |
Potion/Scroll/Wand-Critical, **@{selected|character_name}** activates Cure Critical for [[4d8+7]] HP of healing/harming. |
Potion/Scroll/Wand-Breath of Life, **@{selected|character_name}** activates Breath of Life for [[ 4d8+9 ]] HP of healing/harming. |
Potion/Scroll/Wand-Heal, **@{selected|character_name}** activates Heal for [[110]] HP of healing/harming. |
Spell-Light, **@{selected|character_name}** casts Cure Light for [[ 1d8 + ( &#123; 5 &#44; @{selected|caster1_level} &#125;kl1&#41; &#93;&#93; HP of healing/harming. |
Spell-Moderate, **@{selected|character_name}** casts Cure Moderate for [[ 2d8 + ( &#123; 10 &#44; @{selected|caster1_level} &#125;kl1&#41; &#93;&#93; HP of healing/harming. |
Spell-Serious, **@{selected|character_name}** casts Cure Serious for [[ 3d8 + ( &#123; 15 &#44; @{selected|caster1_level} &#125;kl1&#41; &#93;&#93; HP of healing/harming. |
Spell-Critical, **@{selected|character_name}** casts Cure Critical for [[ 4d8 + ( &#123; 20 &#44; @{selected|caster1_level} &#125;kl1&#41; &#93;&#93; HP of healing/harming. |
Spell-Breath of Life, **@{selected|character_name}** casts Breath of Life for [[ 4d8 + ( &#123; 25 &#44; @{selected|caster1_level} &#125;kl1&#41; &#93;&#93; HP of healing/harming. |
Spell-Heal, **@{selected|character_name}** casts Heal for [[ ( &#123; 150 &#44; @{selected|caster1_level}*10 &#125;kl1&#41; &#93;&#93; HP of healing/harming. ||
Scroll/Wand-Mass Light, **@{selected|character_name}** activates Mass Cure Light for [[1d8+9]] HP of healing/harming (up to **9** creatures).|
Scroll/Wand-Mass Moderate, **@{selected|character_name}** activates Mass Cure Moderate for [[2d8+11]] HP of healing/harming (up to **11** creatures).|
Scroll/Wand-Mass Serious, **@{selected|character_name}** activates Mass Cure Serious for [[3d8+13]] HP of healing/harming (up to **13** creatures). |
Scroll/Wand-Mass Critical, **@{selected|character_name}** activates Mass Cure Critical for [[4d8+15]] HP of healing/harming (up to **15** creatures). |
Scroll/Wand-Mass Heal, **@{selected|character_name}** activates Mass Heal for [[170]] HP of healing/harming (**1 or more** creatures). |
Spell-Mass Light, **@{selected|character_name}** casts Mass Cure Light for [[ 1d8 + ( &#123; 25 &#44; @{selected|caster1_level} &#125;kl1&#41; &#93;&#93; HP of healing/harming (up to **@{selected|caster1_level}** creatures).|
Spell-Mass Moderate, **@{selected|character_name}** casts Mass Cure Moderate for [[ 2d8 + ( &#123; 30 &#44; @{selected|caster1_level} &#125;kl1&#41; &#93;&#93; HP of healing/harming (up to **@{selected|caster1_level}** creatures).|
Spell-Mass Serious, **@{selected|character_name}** casts Mass Cure Serious for [[ 3d8 + ( &#123; 35 &#44; @{selected|caster1_level} &#125;kl1&#41; &#93;&#93; HP of healing/harming (up to **@{selected|caster1_level}** creatures).|
Spell-Mass Critical, **@{selected|character_name}** casts Mass Cure Critical for [[ 4d8 + ( &#123;40 &#44; @{selected|caster1_level} &#125;kl1&#41; &#93;&#93; HP of healing/harming (up to **@{selected|caster1_level}** creatures).|
Spell-Mass Heal, **@{selected|character_name}** casts Mass Heal for [[ ( &#123; 250 &#44; @{selected|caster1_level}*10 &#125;kl1&#41; &#93;&#93; HP of healing/harming (**1 or more** creatures).
}