The "vngen_vox_remove" Function
Syntax#
| Argument | Type | Description |
|---|---|---|
name | string | The ID of the vox sound to modify (or keyword all for all vox) |
sound | sound/array | The sound resource to remove |
Description#
Removes a sound or array of sounds from a vox entity previously created with vngen_vox_play. Unlike vngen_vox_stop, removing sounds with this script will not clear the entity from memory, but only remove sounds from a selection to be chosen at random each time a new text element increments on-screen.

X1