PHP Code:
// NPC made by Cyanide SR71
if (playerenters) {
show;
timeout=0.05;
}
if (timeout) {
tokenize #s(level.room1names);
message #v(tokenscount);
for (i=0;i<tokenscount;i++) {
if (strequals(#s(#t(i)),#a))hidelocal;
}
if (strequals(#s(level.owneracc),#a)) hidelocal;
timeout=0.05;
}
Maybe that should work...