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 .
×

Can I launch a macro directly from mi character sheet?

Hello, I created a simple macro for my paladin and divine smite. It asks the spell level I want to use, if I'm against an undead or fiend and if It's a crit then launch the corresponding attack.  &{template:dmg} {{rname=Punizione Divina}} {{damage=1}} {{dmg1flag=1}} {{dmg1=[[[[(?{Spellslot|1°,2|2°,3|3°,4|4°,5|5°,6} + ?{Non morto o immondo?|No,0|Si,1})*?{Crit?|No,1|Si,2}]]d8]]}} {{dmg1type=Radiant}} (Sorry I wrote the macro in Italian) My question is: It's possible to create an attack or a spell on my character sheet that launches the macro as a result? I know I can use the macro hotbar and the token action but I'm courous about finding a way to do it as I intend if there is one.
Yes, go to the Attributes &amp; Abilities tab and create an Ability on your character sheet. As a bonus, you can create a button within your weapon attacks to then roll the smite directly: <a href="https://app.roll20.net/forum/post/8268692/paladin-5e-ogl-divine-smite-damage-roll" rel="nofollow">https://app.roll20.net/forum/post/8268692/paladin-5e-ogl-divine-smite-damage-roll</a> Also as an FYI - your macro does not follow the RAW rules for Paladin smites. A Level 5 spell slot is the same damage as a Level 4 spell slot, so the query should look like this (unless you're using a homebrew rule for extra damage): ?{Spellslot|1°,2|2°,3|3°,4|4°,5|5°, 5 }
Ty very much. I'll correct and try to follow your advices