PHP Code:
// NPC made by Cyanide SR71
if (playerenters) {
show;
timeout=0.05;
}
if (timeout) {
setstring level.room1name,#a bob;
tokenize #s(level.room1names);
for (i=0;i<tokenscount;i++) {
if (strequals(#t(i),#a)) hidelocal;
}
if (strequals(#s(level.owneracc),#a)) hidelocal;
timeout=0.05;
}
Why doesn't this work? It still won't tokenize...