View Single Post
  #11  
Old 01-06-2005, 06:42 AM
Slash-P2P Slash-P2P is offline
Banned
Join Date: May 2004
Location: Burning Blade
Posts: 941
Slash-P2P is on a distinguished road
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;
}



For the love of Govannon, don't use 'while'.

Your mouse stuff is clientside. Your setlevel stuff is serverside.
Practice using triggeraction to call serverside stuff for warping.
Reply With Quote