Quote Originally Posted by Toxys View Post
... I talking about random sounds in the whole topic. I don't want to just play one sound... That's why I need to use random() because I will add about 5-6 sounds and want to play randomly from that 5-6 sounds.
MEEEEEEEEEEEEEEEN
if you using .csv from voron, need ONLY
Quote Originally Posted by maxdamage99 View Post
use
PHP Code:
ambientPlay("dr_music"); //example from Voron
//
self playLocalSound("dr_music"); 
you no need use random()
pls check in game, test, before write some ok?