View Single Post
  #4  
Old 09-18-2001, 08:14 AM
Brady2 Brady2 is offline
Registered User
Brady2's Avatar
Join Date: Mar 2001
Location: Phoenix, AZ and Wichita Falls, TX
Posts: 924
Brady2 is on a distinguished road
Re: Re: Embarassingly easy script I can't figure out

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
Reply With Quote