Quote:
Originally posted by Dustey4Ever
yes, thats the "proper" way, but on my graal it work either way, i really should use tht way more
|
Ummmmm...Actually thats wrong, well nothing is wrong with coding unless its syntax, but you are not suppose, its just personal style, either works, and either are the right way. The having ((this==this)&&(that==that)) is for multiple statement test as follows:
NPC Code:
if (playerenters && (strequals(#a,Saga2001) || strequals(#a,Nick P2P)) {
// do this
}
But it doesn't really matter...