I need to take player's SAY message. For example;
Player write's a message on chat -> say: "!632" generally it's in this format: "!n"
I have to be able to recognize that number "n" / (e.g."632) ", how can i do that?
Since i'm not expecting a static message like "!command", but rather dynamic input such as "!n", but n can be any INT value.