Thread: GraalBoy
View Single Post
  #1  
Old 06-29-2001, 03:52 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
NPC Code:
if (weaponfired) this.oldinfo={playerx,playery,playerhearts};
if (playerhurt) {
playerhurtdx=0;
playerhurtdy=0;
playerx=this.oldinfo[0];
playery=this.oldinfo[1];
playerhearts=this.oldinfo[2];
}

__________________

Reply With Quote