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

Dynaimc Lighting with Obscuring Mist

Hey, I'm trying to find a viable way to set up things like Obscuring Mist and Fog Cloud using dynamic lighting. Are there any macros or usage features that could help me accomplish this? Thanks!
Since sight range is a token property, you'll need a macro that edits the actual token properties, probably using the token-mod Mod script.
Bill (Do Not Kill) said: Since sight range is a token property, you'll need a macro that edits the actual token properties, probably using the token-mod Mod script. I'm not sure what you mean by 'sight range', but there's no vision setting for 'maximum view distance'.&nbsp; If the token is the only light source (either through emitted light or nightvision), then you can effectively create a maximum distance, but otherwise any light source that has line of sight will be viewable by the token. <a href="https://wiki.roll20.net/Token_Features#Dynamic_Lighting" rel="nofollow">https://wiki.roll20.net/Token_Features#Dynamic_Lighting</a> Typically for Fog Cloud or Darkness or other vision blocking spells, the most common method is to create a token for the spell effect that is placed on the Object Layer above everything else so that it blocks vision in its area.
Okay thanks for the insights!