exposeFOW
exposeFOW() Function
Note: This function can only be used in a Trusted Macro
• Introduced in version 1.3b76
Clears the Fog of War (FOW) for all selected tokens on the current map according to their sight settings. An optional map name parameter allows exposure on maps other than the current one. Note that tokens must be selected on that map on the client executing the macro.
Usage
exposeFOW()
exposeFOW(mapname)
Parameters
mapname
- Optional map name.
Example
<!-- Expose FoW for selected tokens on current map. -->
[h: exposeFOW()]
<!-- Expose FoW for selected tokens on the named map. -->
[h: exposeFOW("Pit of Despair")]