Sorry, we don't support your browser.  Install a modern browser

A way to switch on/off a FoW area#835

nameable or guid referenced FoW which can be switched on or off

3 years ago

Would the LUA HideObjects Flag be enough for this? This one already exists.

2 years ago

not sure - can you ‘name’ or get the guid for a FoW? I didn’t want to control an object in the FoW but the whole FoW.

2 years ago

You can control FOW zones via scripting. Here’s an example of how I handle it in my FOW Spawner. There are buttons to spawn/despawn the zone.
https://github.com/ColColonCleaner/DNDTools/blob/main/OneWorldFogOfWarSpawner.lua#L26

2 years ago