exposePCOnlyArea
exposePCOnlyArea() Function
Note: This function can only be used in a Trusted Macro
• Introduced in version 1.3b76
Clears Fog of War (FOW) where PC tokens can see and establishes/restores FOW everywhere they cannot. This works the same as the hotkey Meta-Shift-O. Note that the keystroke may be different for locales other than U.S. English.
This function is often used in combination with the onTokenMove event.
Usage
<syntaxhighlight lang="mtmacro"> exposePCOnlyArea() exposePCOnlyArea(mapname) </source>
Parameters
mapname
- Optional map name
Example
<syntaxhighlight lang="mtmacro" line>
[h: exposePCOnlyArea()] [h: exposePCOnlyArea("Cliffs of Insanity")]
</source>