Quote Originally Posted by Toxys View Post
Thank you for your reply,

Okay but I still don't know how to play these sounds randomly... I know I need these functions: self playLocalSound("music1") , random in the gsc where I want to play the music but how can I make a table with the sounds which was set in the csv file and call it in the playLocalSound with the random function?
use
PHP Code:
ambientPlay("dr_music"); //example from Voron
//
self playLocalSound("dr_music"); 
you no need use random()