View Single Post
  #5  
Old 03-09-2008, 06:26 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
Quote:
Originally Posted by cbkbud View Post
Well you've always done it wrong ... players means the players in a level, may have worked for a DB NPC in a level with players ...
No. It's worked for every NPC I've done using it. I'm not stupid, I would've figured it out by now if it never worked.
Quote:
Originally Posted by cbkbud View Post
allplayers should only be going through once. I would try echoing at the beginning of the function to make sure it isn't being called twice.
No ****.
I even did this:
PHP Code:
temp.list = new[0];
for (
plallplayers) {
  if (!(
pl in temp.list)) {
    
temp.list.add(pl);
    echo(
pl);
  }

And it echoed twice.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote