ok, heres a (non-clientside) shortened version of the door you had if you wanted others to get in after you say open...
NPC Code:
if (playerchats) {
if (strequals(#a,a1tjm)||strequals(#a,papajchris) {
if (strequals(#c,open)) hide;
if (strequals(#c,close)) show;
}
}
Note to Kaimetsu: Does it follow the KSI-GS?