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

Little fun magic missile macro

I did a nice macro for my magic missile I'm sure its not news to some but I find it usefull: @{YourCharacterNameHere|wtype}&{template:spell} {{level=Level 1}} {{name=Magic Missile}} {{range=120}} {{target=A creature of your choice that you can see within range}} {{v=1}} {{s=1}} 0 {{material=}}  {{description=You create three glowing darts of magical force. Each dart hits a creature of your choice that you can see within range. A dart deals 1d4 + 1 force damage to its target. The darts all strike simultaneously, and you can direct them to hit one creature or several. @{character_name} does [[?{Spell level|1}+2]] glowing darts of magical force that each do [[1d4+1]] points of force damage.}}
1641068639
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Cool. I'm assuming this is a character ability, rather than a collections macro? Since you use  @{character_name}  later, you can probably get away with  @{wtype} &{template:spell}  at the beginning?