Key - || means OR
[[CHAT_LOG]].indexOf("Bot") >=0 || [[CHAT_LOG]].indexOf("Bots") >=0 [[CHAT_LOG]].indexOf("bots") >=0Repeat for as many words needed
You mean we have a loop and for example:
var0 = "any"
and for each repition the 0 goes one number higher?
I dont think you can do that, I tried it once but it really doesnt seem to work, you will need to use lists I think,
ive been looking around this problem too and this was the only solution which came to my mind