exposeFOW: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
{{stub}}
{{stub}}
Expose FOW.
Expose FOW.
This macro clears the Fog of War for all selected tokens according to their set sight.


| usage=
| usage=
Line 18: Line 20:
<source lang="mtmacro" >
<source lang="mtmacro" >
exposeFOW(mapname)
exposeFOW(mapname)
I have no clue what this does. I do know that it does NOT clear FOW for token on that particular map unless the one who runs the macro happens to be on that map, making this parameter rather redundant.
</source>
</source>
}}
}}


[[Category:Miscellaneous Function]]
[[Category:Miscellaneous Function]]

Revision as of 12:37, 4 April 2012

exposeFOW() Function

 Note: This function can only be used in a Trusted Macro

Introduced in version 1.3b76

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

Expose FOW.

This macro clears the Fog of War for all selected tokens according to their set sight.

Usage

exposeFOW()


or

exposeFOW(mapname)

I have no clue what this does. I do know that it does NOT clear FOW for token on that particular map unless the one who runs the macro happens to be on that map, making this parameter rather redundant.