That's reminded me of something that I have been wondering about for some time. I'm not sure how much effect $limit has on random sounds. I wondered if, perhaps, if you limited the randomised sound name it would only ever play the $limit number of sounds from those possible. ieGraf Zahl wrote:I doubt that will help. They are already limited to 2 by default but the Hammerhound's sounds are all random so the $limit will have little to no effect.
Code: Select all
$random sounds {sound1 sound2 sound3 sound4}
$limit sounds 1
However, judging by what you said, you can only $limit the sub-sounds ie
Code: Select all
$limit sound1 1
$limit sound2 1
$limit sound3 1
$limit sound4 1