Add dxREMsnd function
This commit is contained in:
@@ -72,6 +72,12 @@ dxsnd = function(snd_id)
|
||||
setglobal(snd_id, sndvar)
|
||||
end
|
||||
|
||||
-- Function to create global variables for dx REM Voice lines
|
||||
dxREMsnd = function(snd_id)
|
||||
local sndvar = "dx_REM_" .. tostring(snd_id) .. "_" .. tostring(dx_gen)
|
||||
setglobal(snd_id, sndvar)
|
||||
end
|
||||
|
||||
-- Function to create global variables for dx Voice lines
|
||||
vdxsnd = function(snd_id)
|
||||
local sndvar = "dx_" .. tostring(snd_id) .. "_" .. tostring(voice_gen)
|
||||
|
||||
Reference in New Issue
Block a user