Multiple answersSolved

I would like to have for exemple 3 questions, with 3 answers. But any Question have his own answer, how to do that ?

 

Like :

Q:"how to gat infos ?" 

A:"type /info !"

 

Q:"when is the wipe ?"

A:"the next wipe is on Tuesday"

 

Q:"Who are you ?"

A:"I am your father !"

Hey!
lol.
"Auto Responses": [
    {
      "Permission": "smartchatbot.response",
      "Auto Responses": [
        {
          "Is Enabled": true,
          "Remove Message From Sender": false,
          "Send Response For Everyone (true) or Only For Sender (false)": true,
          "Triggers": [
            {
              "Percentage Of Contained Words": 0.75,
              "Regex Enabled": false,
              "Words": [
                "How",
                "this",
                "bot",
                "works"
              ]
            }
          ],
          "Answers": [
            "This bot really works.",
            "IT WORKS OMG!"
          ]
        },
        {
          "Is Enabled": true,
          "Remove Message From Sender": false,
          "Send Response For Everyone (true) or Only For Sender (false)": true,
          "Triggers": [
            {
              "Percentage Of Contained Words": 0.75,
              "Regex Enabled": false,
              "Words": [
                "How",
                "this",
                "bot",
                "works"
              ]
            }
          ],
          "Answers": [
            "This bot really works.",
            "IT WORKS OMG!"
          ]
        }
      ]
    }
  ]​


Merged post

That's an example of two auto responses. What's your problem ? xD
Locked automatically