View Single Post
AeroAcrobat
AlliedModders Donor
Join Date: Apr 2011
Location: lives in a circus
Old 05-22-2012 , 02:16   Re: Say Sounds (including Hybrid Edition) (4.0.5)
Reply With Quote #756

Quote:
Originally Posted by gH0sTy View Post
It's "file", "file2"... not "file1", "file2"
I've encountered the same problem once.
it would be a help for new users if you would change this part:

// name of the 1st option, can also be "file1"
Code:
"lol"  // Word trigger to randomly select 1 of multiple sounds
     {
        "file"    "misc/lol1.wav"    // name of the 1st option, can also be "file1" 
        "file2"    "misc/lol2.wav"   // name of the 2nd option         
        "file3"    "misc/lol3.wav"
        "file4"    "misc/lol4.wav"         
        "count"    "4"         // number of sounds (default is 1)                         
        "volume" "0.5"         // Specify volume for this specific sound     
}
__________________
AeroAcrobat is offline