• Multiple sounds with Lua-created soundscripts?
    4 replies, posted
Like the title says, can I make a soundscript created with sound.Add have multiple sounds attached to it? Soundscripts VDC shows it can be done without Lua, but can it be done with sound.Add?
SoundData Structure says it can use a table of sounds, so, looks like it is possible
So would that be something like sound = "a/titty1.mp3", "a/titty2.mp3" Or no? Sorry if stupid, I can't code but I'm trying my best here.
You would use it like this: sound = {"a/titty1.mp3", "a/titty2.mp3"}
Works perfectly! Thanks a lot, have a diamond.
Sorry, you need to Log In to post a reply to this thread.