Visible Property

Description

Returns a Boolean indicating whether the character is visible.

Syntax

agent.Characters ("CharacterID").Visible

Return Description
True The character is displayed.
False The character is hidden (not visible).

Remarks

To make a character visible or hidden, use the Show or Hide methods.

--------------------------------------------------------