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 .
×
D&D 2024 has arrived! Pre-order the new core rulebooks now and get an exclusive pre-order bonus for free!
Create a free account

Token Condition Question

Hi, I'm Using The Aarons token condition script and wondered if there is a way when using a condition to remove some of the mirrored items eg status marker.s. Or alternatively is there a way use a decoration and have this displayed above the token it's attached to. Thanks
<a href="https://app.roll20.net/forum/post/7992951/script-tokencondition-easily-add-full-token-condition-images-to-character-and-monster-tokens/?pagenum=1" rel="nofollow">https://app.roll20.net/forum/post/7992951/script-tokencondition-easily-add-full-token-condition-images-to-character-and-monster-tokens/?pagenum=1</a> Controlling Mirroring For more fine-grained control, you can add a bracketed block to the character name and specify various&nbsp; | &nbsp;delimited tags. Use the&nbsp; mirror &nbsp;tag to specify properties to mirror. Condition: Confused [mirror:aura1_radius] The&nbsp; mirror &nbsp;tag takes as argument a comma delimited list of properties and can include spaces around the punctuation: Condition: Confused [mirror : aura1_radius, aura2_radius , aura1_color ,aura2_color] Properties can be preceded by an operation:&nbsp; + ,&nbsp; - + &nbsp;-- Add the property to the list that are mirrored. (default) - &nbsp;-- Remove the property to the list that are mirrored. Condition: Confused [mirror: -width, -height] &nbsp; So you'll want something like: Condition: Confused [mirror: -statusmarkers ] &nbsp;
Jarren, That works great. Cheers for your help