Quote:
Originally posted by ZeLpH_MyStiK
lol look at your method and mine...which one is easier? xD
|
NPC Code:
if(playersays(Hi)) message Hi;
NPC Code:
if(playerchats && strequals(#c,Hi)) message Hi;
Wich one is easier and wich one is most efficient?
Think about it.