View Single Post
  #1  
Old 09-18-2001, 06:05 AM
CyanideSR71 CyanideSR71 is offline
Registered User
CyanideSR71's Avatar
Join Date: Jun 2001
Location: Canada
Posts: 460
CyanideSR71 is on a distinguished road
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
Reply With Quote