NickHStewart
Member
LOOK for another cfg sounds. add the song to that![]()
Would the other cfg sounds be in the description.ext file? Because I have looked all thru that file and there is no other cfg sounds there.
OH and name it introSong not IntroSong D:
Ya, I have it named introSong in all the files, I just goofed when I typed it in the forum post.
Now, I just saw this (probably nothing) but in the tutorial part of the cfg sounds scrips has no spaces after the = sign (see below) :
Code:
sound[]={introSong.ogg,0.9,1};
But I noticed that other people, who posted examples of the code wrote it with a space after the = sign, like this
Code:
sound[]= {introsong.ogg,0.9,1};
Does the space matter?