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

Using fx in a token Macro

I'm just now starting to mess with the FX parts of roll 20 and have a healing light macro for my players token.

/em Light envelopes and rejuvenates @{target|token_name} [[?{number of die|1}d6]]


I can not figure out where to but the fx script in this so that it works I've made a separate macro that does the job 

/fx burst-holy @{target|token_id}


I've put it at the end and the beginning and made both targets token_id and token_name


March 06 (4 years ago)
David M.
Pro
API Scripter

Hm, just putting both lines in a single macro works for me. Is there a reason you wanted to split it up?

/em Light envelopes and rejuvenates @{target|token_name} [[?{number of die|1}d6]]
/fx burst-holy @{target|token_id}

Hmmm I assumed the fx part would need the {} to function inside the other macro


I wanted what you made but couldn't figure out what I was doing wrong with combining the two