View Single Post
  #3  
Old 11-02-2001, 04:32 AM
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 (playerenters) toweapons -EEK You aren't moving when you get hurt.;
if (playerhurt) {
playerhurtdx=0;
playerhurtdy=0;
}


I don't know if that actually works though.
__________________

Reply With Quote