Code:
if(containi(message,"changemap")==-1) {
// ..
}
This would execute the code if they DID NOT say changemap. :-p Use the != symbol:
Code:
if(containi(message,"changemap")!=-1) {
// ..
}
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS