Thread: Script?
View Single Post
  #12  
Old 03-23-2002, 02:02 AM
la_builder la_builder is offline
Registered User
Join Date: Jan 2002
Location: Holland
Posts: 154
la_builder is on a distinguished road
here and next time post in scripting

NPC Code:
if (playerenters) timeout=.05;
if (timeout) {
this.angle=(this.angle+.1)%6.28;
showimg 0.aball.gif,x+6*sin(this.angle),y+6*cos(this.angle );
timeout=.05;
}

__________________
Dark Frontier
The enemy is surrounding us all,more evil than a human could ever imagine.

Dark Fontier Coming Soon
Reply With Quote