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

Nested Token Actions?

I'm trying to make a generic journal entry for a monster, and I'm trying to set up multiple Token Action macros. Here is what I have: Strand - A strong sticky strand shoots from the @{selected|token_name} as a ranged touch attack on @{target|token_name} with a roll of [[1d20+@{ATK1}]]. On success the strand is stuck! @{target|token_name} must make a DC18 Fort save as they feel a draining sensation. Bite - /emas @{selected|token_name} bites at @{target|token_name} with a [[1d20+@{ATK2}+?{bonus|0}]] vs @{target|AC} for [[@{DAM2}]] with a crit of @{selected|DAM2|max} ! Then I tried to make this for a Full Attack (trying to go for 6 strand attacks followed by a bite attack). FullAtk - #Strand #Strand ... (six lines total) #Bite This just prints out "#Strand" six times. I tried to edit it to #{selected|Strand} but that didn't work either. When I type the # sign, it lists available macros, but only from the Macros listed under the "my settings" tab. Can someone tell me what I'm doing wrong?
Use %{token name|strand} instead.
I knew I had ready about % somewhere. Thanks HoneyBadger. I got it to work with %{selected|Strand}.