SoundEffectsOn Property

Description

Returns or sets whether sound effects are enabled for your character.

Syntax

agent.Characters("CharacterID").SoundEffectsOn [=boolean]

Value Description
boolean A Boolean expression specifying whether sound effects are enabled.

True    Sound effects are enabled.

False    Sound effects are disabled.


Remarks

This property determines whether sound effects included as a part of a character's animations will play when an animation plays.

See Also

SoundEffects property

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