The server supports the following properties for the Commands collection:
Caption, Count, Visible, Voice
An entry for the Commands collection can appear in both the pop-up menu and the Commands Window for a character. To make this entry appear, set its Caption property. The following table summarizes how the properties of a Commands object affect the entry's presentation:
Caption Property | Voice Property | Visible Property | Appears in Character's Pop-up Menu |
Appears in Commands Window |
Yes | Yes | True | Yes | Yes |
Yes | No | True | Yes | No |
Yes | Yes | False | No | Yes |
Yes | No | False | No | No |
No | Yes | True | No | No* |
No | Yes | False | No | No* |
No | No | True | No | No |
No | No | False | No | No |
*The command is still voice-accessible. If the client is input-active and has commands in its collection, "(command undefined)" appears in the Commands Window.