Hey Guys,
Is it possible to have multiple see sounds for a monster that is selected at random when it see's the player. Like I plan to have 6 or so see sounds and so its not always the same thing id like it to be randomized each time.
Multiple See Sounds
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Re: Multiple See Sounds
It is. [wiki]SNDINFO[/wiki] will help you. Look up how to use $random. You can also open the sndinfo lump in zdoom.pk3 and see how it is handled there.
-
- Posts: 112
- Joined: Mon Aug 03, 2009 8:36 pm
Re: Multiple See Sounds
Of course, I feel stupid. I've been looking through DECORATE to find a way when it's in SNDINFO. Thanks, man!