This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
This article needs: Examples of usage.
Note: This function can only be used in a Trusted Macro
Sets the Visible to Owners Only flag on a Token if the value passed in is non-zero(true(1)), otherwise resets it to false(0).
setOwnerOnlyVisible(visible)
setOwnerOnlyVisible(visible, id)
Parameters
visible - The state of owner only visibility, true(1) or false(0).
id - The token id of the token which has its owner only visibility set, defaults to the Current Token.