LOL, I laugh @ ppl when they do (syntax,stringname) I always do it:
NPC Code:
if (strequals(#string,syntax))
it looks MUCH more organized. If you read it (read it like a sentence btw) you get if the string (playerchats) equals (start), it sounds better than if the string (start) is the value of (playerchats). It is easier to read and easier to comprehend =P
---Shifter