Page 1 of 1

Problem with $random in sndinfo lump

Posted: Sun Jun 03, 2007 10:21
by Deathsong12
I've been playing with the sounds in M/S endlessly, looking for the problem, and I've isolated it in SNDINFO. For some reason, sounds defined with $random do not play. Did I miss something?

Posted: Sun Jun 03, 2007 23:04
by Enjay
can you post the SNDINFO code you are using. I have no problem using $random.

eg

Code: Select all

$random dog/sight 		{ dog/sight1  dog/sight2  dog/sight3 }
dog/sight1  			DSDGSIT1  
dog/sight2  			DSDGSIT2 
dog/sight3  			DSDGSIT3

Posted: Sun Jun 03, 2007 23:48
by Deathsong12
Aww...crap. As usual, my fault. I assumed it was

Code: Select all

$random logicalname {lumpname1 lumpname2...}
as opposed to

Code: Select all

$random logicalnamerandom {logicalname1 logicalname2...}
I have so much work to do...ACK!