View Single Post
  #16  
Old 09-05-2002, 12:14 AM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
Re: How does this NPC work please?

Quote:
Originally posted by Glory
if (created)
{ for (i=0;i<allplayerscount;i++)
{ if (strequals(#F,))
{ if (strequals(#a,accname))
{ setplayerprop #3,headname;}
}
}
}
NPC Code:


timeout=2;
for(i=0;i<=allplayerscount;i++) {
with (allplayers[i]) {
if(strlen(#F)==0) {
if(!strequals(#a,"accname")) {
if (!strequals(#3,"head name")){setplayerprop #3,"headname";

}

__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote