quote:
Originally posted by Patchou
if(Message == "/Crypto") {
flag = true;
return "";
}
.. why the return statement here? the rest of your funciton is never executed!
Well.. It is executed, if the message isn't "/Crypto" or "/CryptoExit" and "Crypto" is enabled.