Code: Select all
(script startup music
(begin
(begin
(sound_looping_start "scenarios\solo\03b_newmombasa\03b_music\03b_01.lsnd")
)
))
Also, how would I script it, so that I could change the music when a certain control is pressed?
Code: Select all
(script startup music
(begin
(begin
(sound_looping_start "scenarios\solo\03b_newmombasa\03b_music\03b_01.lsnd")
)
))