Skip to main content

The "vngen_vox_resume" Function

Syntax#

vngen_vox_resume(name);
ArgumentTypeDescription
namestringThe unique identifier of the vox sound to unpause (or keyword all for all vox)

Description#

Unpauses a vox sound previously paused with vngen_vox_pause.

Example#

if vngen_event() {
vngen_vox_resume("John Doe");
}

This will unpause vox to be played during text actions. Remember, vox audio uses the name of the associated character as an ID.