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

Macro FX help

So i made a working macro for my rogue: &{template:default} {{name= Shortbow Attack}} {{attack=[[?{Advantage macro?|Yes,3d20kh1 |No,1d20 }+@{Al'drey|dexterity_mod}+@{Al'drey|pb}]]}} {{damage= [[1d6+?{Sneak Attack?|Yes,2d6 |No,0 }+@{Al'drey|dexterity_mod}]]}} {{{[[fx glow-charm @{selected|token_id]]}}}} and i made a working FX macro: /fx glow-charm @{selected|token_id} is their a way when i use the first one to activate the second i did try: &{template:default} {{name= Shortbow Attack}} {{attack=[[?{Advantage macro?|Yes,3d20kh1 |No,1d20 }+@{Al'drey|dexterity_mod}+@{Al'drey|pb}]]}} {{damage= [[1d6+?{Sneak Attack?|Yes,2d6 |No,0 }+@{Al'drey|dexterity_mod}]]}} {{{[[fx glow-charm @{selected|token_id]]}}}} #Gleam  but it didn't work
first macro was actually: &{template:default} {{name= Shortbow Attack}} {{attack=[[?{Advantage macro?|Yes,3d20kh1 |No,1d20 }+@{Al'drey|dexterity_mod}+@{Al'drey|pb}]]}} {{damage= [[1d6+?{Sneak Attack?|Yes,2d6 |No,0 }+@{Al'drey|dexterity_mod}]]}} i copyed the wrong stuff
The fx needs to be on a new, separate line. I put this in as an ability and ran it as a token action and it worked fine.  &{template:default} {{name= Shortbow Attack}} {{attack=[[?{Advantage macro?|Yes,3d20kh1 |No,1d20 }+@{selected|dexterity_mod}+@{selected|pb}]]}} {{damage= [[1d6+?{Sneak Attack?|Yes,2d6 |No,0 }+@{selected|dexterity_mod}]]}} /fx glow-charm @{selected|token_id}