View Single Post
  #6  
Old 03-24-2002, 10:35 PM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
NPC Code:

// NPC made by screen_name

if (created) {
this.wm = 0; // Walking mode
setimgpart aurorareddragon.gif,dir*45,dir*this.wm,45,45;
this.random = random(0,1);
timeout = .2;
}
if (timeout) {
if (this.random in |0,0.4|) {
dir=int(this.random*10);
}
this.random = random(0,1);
setimgpart aurorareddragon.gif,dir*45,this.wm*45,45,45;
this.wm = abs(this.wm-1);
this.random = random(0,1);
x+=vecx(dir);
y+=vecy(dir);
timeout = .2
}

__________________
[signature]insert here[/signature]
Reply With Quote