Thread: Plane
View Single Post
  #21  
Old 10-14-2005, 10:14 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
yup, thats what I have, this bugs me
NPC Code:
if (timeout && this.inuse == 1 && isonmap) {
setani idle,;
disabledefmovement;
triggeraction 0,0,serverside,Plane,fly;//records current x,y, and level

more script;
}
if(timeou t&& this.inuse==1 && !isonmap){
triggeraction 0,0,serverside,Plane,warp;
}

Reply With Quote