Thread: Custom NPC
View Single Post
  #25  
Old 01-26-2002, 11:19 AM
Gohan43331 Gohan43331 is offline
Registered User
Join Date: Jan 2002
Posts: 87
Gohan43331 is on a distinguished road
Send a message via AIM to Gohan43331
add this in your timeout sequence:
NPC Code:

x = this.xpos;
y = this.ypos;



and you for the setimg part try this: (based off your second post's image;
NPC Code:

setimgpart #f,91*16,0,45.5,52.5;



and when that dog gets moving, it's super fast...
NPC Code:

this.speed=.3 // or .4 which is graalian speed(about)



G'luck mate,
Gohan

Last edited by Gohan43331; 01-26-2002 at 11:31 AM..
Reply With Quote