Skip to main content

The "sys_anim_speech" Function

Syntax#

sys_anim_speech(name, speech, type, [highlight]);
ArgumentTypeDescription
namestringThe name of the character to apply animation to
speechbooleanEnables or disables speech animations
typeinteger/macroSets whether to base speech animations on text or audio
[highlight]booleanOptional: Enables or disables highlight animations

Description#

Enables or disables character speech animations and optional highlighting features.

As this script is run automatically by text and voice functions, it is never necessary to run sys_anim_speech manually.