View Single Post
M3Power
Member
Join Date: Apr 2017
Old 04-27-2017 , 17:22   Re: Say Sounds (including Hybrid Edition) (4.0.8)
Reply With Quote #1237

How to set delay for "Word trigger"? Like you can see on my screenshot it is a delay of a 2 seconds I think, but I'd like it to be more. For example 60 seconds or even better 1 sound per round only. How to do that?



This is the code for a word trigger "choppa":

Code:
	"choppa"  // Word trigger to randomly select 1 of multiple sounds
	{
		"file"	"misc/choppa.wav"	// name of the 1st option, can also be "file1"
		"count"	"1"		// number of sounds (default is 1)
		"volume" "0.5" 		// Specify volume for this specific sound
	}

Kind regards.

Last edited by M3Power; 04-27-2017 at 17:23.
M3Power is offline