The "vngen_vox_remove" Function
#
SyntaxArgument | 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 |
#
DescriptionRemoves 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.