January 13, 2017 at 3:07 pm
#45642
Could you copy all sound lines and rename the sound it uses. Then import the same sounds under the names that you created the new script for. Does that make sense? Not sure it would work though. Like this as an example:
‘ Standard Sounds
Const SSolenoidOn = “fx_Solenoidon”
Const SSolenoidOff = “fx_solenoidoff”
Const SCoin = “fx_Coin”
‘ Standard Sounds
Const SSolenoidOn = “fx_Solenoidon1”
Const SSolenoidOff = “fx_solenoidoff1”
Const SCoin = “fx_Coin1”
You need to login in order to like this post: click here