View Single Post
  #6  
Old 04-26-2002, 09:58 AM
Neonight Neonight is offline
where da wmdz at
Neonight's Avatar
Join Date: Jun 2001
Location: Windsor, Illinois
Posts: 3,665
Neonight is on a distinguished road
Send a message via AIM to Neonight
Re: Re: Choose Head for NPC-Server

Quote:
Originally posted by SaijinGohan



I think it would be better said

NPC Code:

if (created || timeout) {
for(i=0;i<allplayerscount;i++){
with (allplayers[i]){
if (strequals(#a,npcserver)) {
setcharprop #3,headgoeshere;
}
}
}
}
timeout = .1;
}


Jagen:
I don't think the npc server is included with the allplayerscount so you can't edit it with an allplayers npc and also the account is (npcserver)
Reply With Quote