Thread: Script Help.
View Single Post
  #2  
Old 08-26-2002, 11:37 PM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
LOL, the way I was considering doing something like this was:
[code]
if (actionplayeronline)
{ setstring this.online,#s(this.online),#a;
timeout=1;
}
if (timeout)
{ tokenize2 ,,#s(this.online);
for (i=0;i<tokenscount;i++)
{ with (getplayer(#t(i)))
{ if (!playerisonline)
{ actions to show that they are not online;
for (o=0;o<tokenscount;o++)
{ deletestring this.online,#s(this.online)-#t(i);}
}
}
}
}
---Shifter
gtg bell rang!
__________________
Quote:
*Stefan: it seems sometimes they hire newbie scripters everywhere x-x
*Stefan: scripters are sometimes like people that draw paintings
*Stefan: all that counts is that it looks nice
Reply With Quote