Quote:
Originally posted by Idrox0
Okay Kai...(is it ok if i call you that?) here's the code with KSI-GS Standards...
NPC Code:
if (playerchats) {
if (strequals(#a,a1tjm)||strequals(#a,papajchris) {
if (strequals(#c,open)) hide;
else if (strequals(#c,close)) show;
}
}
|
You are missing no less than one ) in your second line.