Returns a Boolean indicating whether the character is visible.
agent.Characters ("CharacterID").Visible
Return | Description |
True | The character is displayed. |
False | The character is hidden (not visible). |
To make a character visible or hidden, use the Show or Hide methods.
--------------------------------------------------------