View Single Post
  #2  
Old 09-18-2001, 06:24 AM
Cybnext_Design Cybnext_Design is offline
Registered User
Join Date: Jun 2001
Posts: 244
Cybnext_Design is on a distinguished road
Send a message via AIM to Cybnext_Design
Re: Embarassingly easy script I can't figure out

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...
__________________
Graal2001 NPC Maker
Frolic Owner
Aim: C Y B N E X T
Reply With Quote