Page 1 of 1

sounds script wont compile

Posted: Sat Oct 06, 2007 7:21 am
by grimdoomer
Im trying to set backround music looping through out the game then mabey change later but below is the script im useing. when I hit compile it says no database entry for sound loop start. I have the latest script database and everything.

Code: Select all

(script void music_start
 (begin
  (sound_looping_start sound\ui\main_menu_music\menu_music\loop
 )
)