
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?