- Joined
- Jul 12, 2010
- Messages
- 1,737
Hello guys I need some help in GUI with detecting script anywhere in a chat message.
let's say I type the sentence "This is a test string"
If I want to detect the word "test" I use this:
example:
I have the sentence "This test is a string"
In this case the above trigger will not work, I tried finding a solution to this under
"Conditions - String Comparison" but no luck there...
so does anybody know if it's possible to detect strings anywhere on a chat message??
let's say I type the sentence "This is a test string"
If I want to detect the word "test" I use this:
-
(Substring((Entered chat string), 11, 14)) Equal to test
example:
I have the sentence "This test is a string"
In this case the above trigger will not work, I tried finding a solution to this under
"Conditions - String Comparison" but no luck there...
so does anybody know if it's possible to detect strings anywhere on a chat message??