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

Add Abilities to Spells

Normal 0 false false false EN-US X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:8.0pt; mso-para-margin-left:0in; line-height:107%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-font-kerning:1.0pt; mso-ligatures:standardcontextual;} Is there a way to add to an ability (MACRO) to a spell on the 5eOGL spell sheet? I want to add some AOE effects and Sound Effects to some spells such as Fireball and I want it to still show up in the Attacks and   Spellcasting section of the Core page.
You can add a button to the description that you click when the spell is in chat.  Or you can use a script like Customizable Roll Listener that can react to specific prompts to appear in chat and then automatically perform a macro (such as another script command). 
Thank you Jarren, I'll look into that.
Cast the spell, then click in the chat and press [up arrow], the macro will be shown. Copy that and paste it into a new macro space where you can append anything you wish, AOE, special effects,  text...
This doesn't quite work for me. The problem I am having is to not have a separate button to trigger the effects. Also using the Listener it crashes my Script sandbox, I think it is because AOE uses the player id. I does however work for sounds. Thank you for the suggestions.