Returns or sets a value that determines whether your Commands collection's caption appears in the character's pop-up menu.
agent.Characters ("CharacterID").Commands.Visible [= boolean]
Part | Description |
boolean | A Boolean expression specifying whether your Commands object appears in the character's pop-up menu. True The Caption for your Commands collection appears. False The Caption for your Commands collection does not appear. |
This property must be set to True for commands in your collection to appear in the pop-up menu when your application is input-active.
--------------------------------------------------------