Sound Question
Posted: March 4th, 2006, 1:06 am
I was wondering to save time (and scripting) if I could copy and paste the origin, so have only one trigger and have it connected to all the sound orrigins to it. Is this possible?
CoDJumper.com - For all your CoDJumping needs!
https://codjumper.com/forums/
Code: Select all
trig waittill ("trigger",user);
user playsound(sound);
Code: Select all
user playLocalSound(sound);