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

starfinder sheet attacher macro

for the starfinder sheet I wish to set up magic missile as an attack which has 2 damage rolls, 3 on a full attack. I know the output can be overwritten by the attacher section but knowing little to nothing about how macros work in this game I wouldn't even know where to begin with the code. If someone else knows how I could work it, please pass it along to me. Thanks in advance.
This should work for you. &{template:sf_spell} {{notes=?{Which action|standard, standard-damage/missile [[1d4+1]] [[1d4+1]]|full round, full round-damage/missile [[1d4+1]] [[1d4+1]] [[1d4+1]]}}} That will prompt the player to select select standard action or full round action and roll damage accordingly. It will putt the damage in the notes section. Make sure you put on the first line of the attacher field. Note it will replace any text in the description field so if your players include that , this would replace that.  This is what it looks like when put into chat.
Mark (GM) said: This should work for you. &{template:sf_spell} {{notes=?{Which action|standard, standard-damage/missile [[1d4+1]] [[1d4+1]]|full round, full round-damage/missile [[1d4+1]] [[1d4+1]] [[1d4+1]]}}} That will prompt the player to select select standard action or full round action and roll damage accordingly. It will putt the damage in the notes section. Make sure you put on the first line of the attacher field. Note it will replace any text in the description field so if your players include that , this would replace that.  This is what it looks like when put into chat. Thank you so much this is perfect :)