![]()
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Newbie'« (13. September 2013, 19:12)
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
// #### Say Sounds ####
"wtf" // Minimum configuration for sounds
{
"file" "misc/wtf10.mp3" // This will set all other options to default values
}
"yeah" // Word trigger
{
"file" "misc/yeah10.wav" //NEXT--------------------------------
"snore" // Minimum configuration for sounds
{
"file" "misc/snore10.wav" // This will set all other options to default values
}
"taliban" // Word trigger
{
"file" "misc/taliban10.mp3" //NEXT--------------------------------
"police" // Minimum configuration for sounds
{
"file" "misc/police10.mp3" // This will set all other options to default values
}
"power" // Word trigger
{
"file" "misc/power10.mp3" //NEXT--------------------------------
"noenglish" // Minimum configuration for sounds
{
"file" "misc/noenglish10.mp3" // This will set all other options to default values
}
"oops" // Word trigger
{
"file" "misc/oops10.mp3" //NEXT--------------------------------
"hehe" // Minimum configuration for sounds
{
"file" "misc/hehe10.wav" // This will set all other options to default values
}
"invincible" // Word trigger
{
"file" "misc/invincible10.mp3" //NEXT--------------------------------
"good" // Minimum configuration for sounds
{
"file" "misc/good10.mp3" // This will set all other options to default values
}
"haha" // Word trigger
{
"file" "misc/haha10.mp3" //NEXT--------------------------------
"fu" // Minimum configuration for sounds
{
"file" "misc/fu10.mp3" // This will set all other options to default values
}
"fuck" // Word trigger
{
"file" "misc/fuck10.wav" //NEXT--------------------------------
"bitch" // Minimum configuration for sounds
{
"file" "misc/bitchonoce10mp3" // This will set all other options to default values
}
"bye" // Word trigger
{
"file" "misc/bye10.mp3"
"aua" // Minimum configuration for sounds
{
"file" "misc/aua10.wav" // This will set all other options to default values
}
"badboys" // Word trigger
{
"file" "misc/badboys10.wav"
"cry" // Minimum configuration for sounds
{
"file" "misc/cry10.mp3" // This will set all other options to default values
|