Quote:
|
Originally Posted by adam
somebody delete EVERY post in this thread, and let us try this again
if (playerchats) {
if (strcontains(#c,"name")){
message "My name is Bob";
}
}
|
And this is exactly why things like this won't work. If you're using old gscript, you do not put strings in quotes.