๐ต๏ธCustom Actions
Phrases
phrases = {
"hey give me some money",
-- Make as much phrases for this action you want.
},Actions
actionType = "event",
eventType = "client",
eventName = "17mov_SpeechRecognition:TestPhrase",
arguments = {
arg1 = "17movement.net",
},For Event
actionType = "event",
eventType = "client", -- or "server"
eventName = "17mov_SpeechRecognition:TestPhrase",
arguments = {
arg1 = "17movement.net", -- optional
},For Command
For Custom Function
Custom Function Example
Last updated