Search results

  1. Lazy Knight

    Play Multiple Sounds Really Fast

    common.j provided some function to achieve this goal, then I write a custom function. Now you can use the function at the bottom to achieve your goal (though this is 2D audio): function JustAnotherPlaySound takes string soundName, real volumePercent, real pitch returns nothing local sound...
Top