Idk Why Its Not Working This Is In My Gsc
music()
{
x = randomInt(5);
if(x == 0)
{
ambientPlay("AB1");
}
if(x == 1)
{
ambientPlay("AB2");
}
if(x == 2)
{
ambientPlay("AB3");
}
if(x == 3)
{
ambientPlay("AB4");
}
if(x == 4)
{
ambientPlay("AB5");
}
}
this is my csv
name,sequence,file,vol_min,vol_max,vol_mod,pitch_min,pitch_max,dist_min,dist_max,channel,type,probability,loop,masterslave,loadspec,subtitle,compression,secondaryaliasname
,volumefalloffcurve,startdelay,speakermap,reverb,lfe percentage,center percentage,platform,envelop_min,envelop_max,envelop percentage
AB1,,AB1.mp3,0.8,1,,,,,,auto2d,streamed,,,,all_mp,,,,,,,nowetlevel fulldrylevel,,,,,,
AB2,,AB2.mp3,0.8,1,,,,,,auto2d,streamed,,,,all_mp,,,,,,,nowetlevel fulldrylevel,,,,,,
AB3,,AB3.mp3,0.8,1,,,,,,auto2d,streamed,,,,all_mp,,,,,,,nowetlevel fulldrylevel,,,,,,
AB4,,AB4.mp3,0.8,1,,,,,,auto2d,streamed,,,,all_mp,,,,,,,nowetlevel fulldrylevel,,,,,,
AB5,,AB5.mp3,0.8,1,,,,,,auto2d,streamed,,,,all_mp,,,,,,,nowetlevel fulldrylevel,,,,,,
umm...