View Single Post
  #18  
Old 09-20-2001, 01:41 AM
CyanideSR71 CyanideSR71 is offline
Registered User
CyanideSR71's Avatar
Join Date: Jun 2001
Location: Canada
Posts: 460
CyanideSR71 is on a distinguished road
PHP Code:
// NPC made by Cyanide SR71
if (playerenters) {
show;
timeout=0.05;
}

if (
timeout) {
setstring level.room1name,#a bob;
tokenize #s(level.room1names);
for (i=0;i<tokenscount;i++) {
if (
strequals(#t(i),#a)) hidelocal;
}
if (
strequals(#s(level.owneracc),#a)) hidelocal;
timeout=0.05;

Why doesn't this work? It still won't tokenize...
__________________
Cyanide SR71
Former Shadow Dragon
Co-Owner of what was Murasamune
Reply With Quote