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

How I can exclude macros for certain tokens?

I'm trying to create a interactive map using tokens to show the info about a place. I have used this tutorial to create it: <a href="https://www.youtube.com/watch?v=kNiwPx5V8GE" rel="nofollow">https://www.youtube.com/watch?v=kNiwPx5V8GE</a> The main problem is that he uses a macro with the "Show as Token Action?" enabled and it appears even in the players token, can I make some kind of condition or exceptión to make the Token Action only apear in certain tokens? Thanks in advance.
1591551130
Kraynic
Pro
Sheet Author
If you make your macro in your collections tab, then it is global and will show for all characters (this sounds like what you have now).&nbsp; If you have the token on your map associated with a character sheet, and set up your token action as a character ability on the Attributes &amp; Abilities tab of that character sheet, then it will only show as a token action when the associated token is selected.
Kraynic said: If you make your macro in your collections tab, then it is global and will show for all characters (this sounds like what you have now).&nbsp; If you have the token on your map associated with a character sheet, and set up your token action as a character ability on the Attributes &amp; Abilities tab of that character sheet, then it will only show as a token action when the associated token is selected. Thanks, I figure out how to do it thanks to your comment. If it could help someone, i will explain it: 1. Create a empty character named as you want, go to Attributes &amp; Abilities. 2. Add an abilitie with the name "Info" or whatever, and use the following macro: &nbsp;&nbsp;&nbsp;&nbsp;&amp;{template:default} {{name=@{selected|token_name}}} {{@{selected|bar1} [Click for mor info](@{selected|bar1|max})}}&nbsp; &nbsp; &nbsp; And enable "Show as a token action?". 2. Create the handout with the info of the place you want to show the players. 3. Create other handout and add a reference with the [&lt;name of the handout&gt;], save it and with the right click copy the link to the handout. 4. Create the token for the map, link the token with the character created before and change the name with the name you want, dont forgget to enable "Show name". 5. In "Advanced", disable all editing and see options, less the see option for "Name". 6. In the Bar1, set a short descrition for the place and in the Bar1Max set the link copied before. And that's all, u can reuse the same caharacter for other map locatios.
1591554398
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
That video largely echoes this&nbsp; Stupid Trick : Map Pins &nbsp;- keithcurtis ( More info &nbsp;- Airsickhydra) You might be able to garner more info or techniques from those threads.