In a fair amount of scripts I've looked through, I'm constantly confronted with this bit of evil code:
and all its variations. It's redundant and only serves to waste time and cpu cycles. It can be cut down to this:Code:if (not (LoggedIn)) then LoginPlayer;
Comments? Thoughts? Objections?Code:LoginPlayer;


Reply With Quote










