How to control the volume of the TTS callouts? Too loud :D
1 more question, could anyone help me with a simple chat detect, why it's not working, here's my trigger:
local profile = {
name = "test",
triggers = {
{ detect_chat = "You mount the black chocobo",
sound = "Petrification",
},
},
}
P.S. I have "detect_action = " work with TTS, so it's not a problem with TTS.
1 more question, could anyone help me with a simple chat detect, why it's not working, here's my trigger:
local profile = {
name = "test",
triggers = {
{ detect_chat = "You mount the black chocobo",
sound = "Petrification",
},
},
}
P.S. I have "detect_action = " work with TTS, so it's not a problem with TTS.