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

Help with Spell Macros

We are using the standard 5e character sheet. After reading the wiki ( <a href="https://wiki.roll20.net/DnD5e_Character_Sheet" rel="nofollow">https://wiki.roll20.net/DnD5e_Character_Sheet</a>) I am struggling with creating a macro for the Cure Wounds Spell.&nbsp; &{template:5eDefault} {{spell=1}} {{character_name=Thera}} {{title=Cure Wounds}} {{subheader=Evocation 1st Level}} {{emote=whispers, "Feel natures blessing"}} {{spellhealamount=[[1d8]]}} {{healstatbonus=@{Thera|wisdom_save_prof}}} {{spellhighersloteffect=[[1d8]]}} Nothing shows after the emote, not the healing or the stat bonus.&nbsp; I can get attack spells to come out formatted for the most part, except the spelleffect field.&nbsp; Anyone tried to do this and had success? Thanks
1449765324

Edited 1449765381
for the emote, try /me whispers "feel natures blessing" instead. thats how i write my macros to get it to appear as if the character is saying it. but my exp with the 5e sheets is nil, so idk if it will work.
Just throwing it in here as a comparison.&nbsp; This is the Token Action I use for Cure spells in 5e that accounts to spell level and changes to Wisdom over time from leveling or items.&nbsp; @{WIS} is an Attribute on my Character Journal. &{template:5eDefault} {{spell=1}} {{title=Cure Wounds (+@{WIS})}} {{subheader=Sawyer }} {{subheaderright=Touch}} {{Restore =?{Cure Wounds Spell Level: | Spell Level 1, [[1d8+@{Wis} ]] | Spell Level 2, [[ 2d8+@{Wis} ]] | Spell Level 3, [[ 3d8+@{Wis} ]] | Spell Level 4, [[4d8+@{Wis} ]] | Spell Level 5, [[5d8+@{Wis} ]] } * *HP** }} @{classactiondeathsave}
You are missing the terminator on the template. Add @{Selected|classactionspellcast} to the end of the macro and that should fix it. If you are interested in more ways to use the roll templates in the standard 5E sheet check out these old threads here and here . I have a bunch of good macros in this thread as well here oh and don't miss this one either here . Happy gaming!