๐Ÿ•ต๏ธCustom Actions

Phrases

phrases = {
    "hey give me some money",
    -- Make as much phrases for this action you want.
},

Here you can add which phrases you want to execute the event

Actions

actionType = "event",
eventType = "client",
eventName = "17mov_SpeechRecognition:TestPhrase",
arguments = {
    arg1 = "17movement.net",
},

Here action type has 3 types 1. Event 2. Command 3. Custom Function

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