View Single Post
  #9  
Old 01-06-2005, 06:26 AM
Zickle Zickle is offline
Awesome
Zickle's Avatar
Join Date: Dec 2002
Posts: 121
Zickle is on a distinguished road
Send a message via ICQ to Zickle Send a message via AIM to Zickle Send a message via MSN to Zickle Send a message via Yahoo to Zickle
Okay! I got it down to a simple:
NPC Code:
// NPC made by ZicklePop
while (visible) {
if (client.statsgender=boy) {
setlevel2 zercha-start-boy.nw,30,32.5;
}
if (client.statsgender=girl) {
setlevel2 zercha-start-girl.nw,30,32.5;
}
sleep 0.1;
}


Whats wrong with it?
__________________
Reply With Quote