Problem with $random in sndinfo lump
Moderator: Graf Zahl
-
Deathsong12
- Posts: 129
- Joined: Mon Sep 05, 2005 22:31
Problem with $random in sndinfo lump
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?
-
Enjay
- Developer

- Posts: 4758
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
can you post the SNDINFO code you are using. I have no problem using $random.
eg
eg
Code: Select all
$random dog/sight { dog/sight1 dog/sight2 dog/sight3 }
dog/sight1 DSDGSIT1
dog/sight2 DSDGSIT2
dog/sight3 DSDGSIT3-
Deathsong12
- Posts: 129
- Joined: Mon Sep 05, 2005 22:31
Aww...crap. As usual, my fault. I assumed it was
as opposed to
I have so much work to do...ACK!
Code: Select all
$random logicalname {lumpname1 lumpname2...}
Code: Select all
$random logicalnamerandom {logicalname1 logicalname2...}