I've looked up in the docs but is really hard to find.
I'm using
To get the content of the message. But, for example, I want to detect "gg", if I use "message contains gg", words like egg, eggplant, exaggerating, etc.
How to detect if its ONLY "gg"?
Thanks!
I'm using
code_language.skript:
if message contains "":
To get the content of the message. But, for example, I want to detect "gg", if I use "message contains gg", words like egg, eggplant, exaggerating, etc.
How to detect if its ONLY "gg"?
Thanks!