Shweeew! I almost committed the cardinal sin of starting a new topic, but pushed the timeframe back on my search.....
Anywho, the previous posts partially answered my question, but I was wondering if you could do that for NON OFFICIAL tracks that show up in the editor too (in particular, the BAS Tonal Cassie tracks...or any track that shows up in the trigger effect drop down menu in the editor for that matter)
If so, how do you figure out the name of the actual track, or do you have to put in the whole BAS Tonal-Cassis-Bla Bla Bla name (as it shows in the effect menu)? I tried that and it did'nt work IIRC, and I'm AFgamingK right now and could use a little help.
I am trying to impliment random music to play when a script is called, and heres what I know will work assuming I can even play these non BIS tracks:
note: uses random function...
_musicarray=["track name here","another track name here","ETC...ETC"]
_track=_musicarray call rand
PlayMusic _track
So two questions...
1) can you use playmusic to play non BIS tracks already showing up in editor
2) how do you find the track names.
Thanks,
-Grendel