Chat Responder multi-trigger match in instance causes double response

If someone uses two of the triggers in chat that belong to a single 'instance' it will cause two responses as it will match twice, regardless of the cooldown setting. For instance, if you had a trigger of 'where?' and another of 'what?' and you typed 'where? what?' it would result in two responses instead of matching the grouping once.

It appears the cooldown applies to individual chat messages, but not how many times one 'instance' can be triggered within that cooldown.

For example.

{
"Triggers": [
"where?",
"what?"
],
"Response": [
"This response will show twice."
],
"Sender steamID": 76561198374082515,
"Send response to everyone": true,
"Global cooldown": 120,
"Log usage": true
},
 
Top