Thread: faeires
View Single Post
  #3  
Old 10-15-2001, 08:48 AM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
This moves like a faerie:
NPC Code:
if (created || movementfinished) {
dx = random(-5,5);
dy = random(-5,5);
move dx,dy,abs(dx+dy)/4,4+8+16;
}



Dont worry about paying me the gralat
__________________
Eric Kraft
Reply With Quote