The "sys_vox_add" Function
#
SyntaxArgument | Type | Description |
---|---|---|
entity | integer | The data structure of the entity to add vox to |
index | integer | The index of the row containing the target entity |
source | sound/array | The source sound or array of sounds to add |
#
DescriptionAdds a new sound or array of sounds to the specified vox data structure.
As this script is run automatically by vox actions, it is almost never necessary to run sys_vox_add
manually.