Thread: Door -.-
View Single Post
  #29  
Old 10-18-2003, 02:17 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
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.
Reply With Quote