quote:
Originally posted by CookieRevised
No it is not. the handling of the command (that comment block) is placed after the return statement in your code. Anything after a return statement will not get executed.
I thought that a
return statement stops the further code from execution only if that
return statement is executed? So if
return is skipped, it doesn't stop the execution?
quote:
And, again, you should NEVER perform a negative check (!= or !==) when you want to check for your command, that is realy not the proper way of doing things and it will cripple other stuff. It is also not logical to do it and it requires more code.
Okay, I'll note that (even though I don't exactly understand the reasons).
quote:
You would be surprised to know how many people start scripting without properly reading the docs (and then comming here for help) Anyways, I posted that because you asked about changing recieved text. Those are the basics to know for doing that. If that is not what you wanted then I misunderstood you. In that case, could you maybe rephrase your question?
Well, I meant that it is impossible to have a message appear as "received" even though I didn't actually receive it.