|
Embarassingly easy script I can't figure out
|
Why won't this work?
// NPC made by Cyanide SR71
if (playerenters) {
show;
timeout=0.05;
}
if (timeout) {
tokenize 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;
}
=/ First time using commands after 1.41.... |
__________________
Cyanide SR71
Former Shadow Dragon
Co-Owner of what was Murasamune
|
|