View Single Post
  #3  
Old 07-28-2001, 05:12 AM
Brady2 Brady2 is offline
Registered User
Brady2's Avatar
Join Date: Mar 2001
Location: Phoenix, AZ and Wichita Falls, TX
Posts: 924
Brady2 is on a distinguished road
Jadis:
NPC Code:


if (playerenters||timeout) {
timeout = .05;
this.radius = 10;
this.angle+=.314;
this.x = x+sin(this.angle)*this.radius;
this.y = y+cos(this.angle)*this.radius;
showimg 0,@Arial@@hi friend,this.x,this.y;
}

Reply With Quote