Quote:
Originally posted by Cybnext_Design
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...
|
Jadis:
dont use #s(#t(i))
just use #t(i)
it still might not work, but that is how you use tokens