Thread: 200 Mp
View Single Post
  #20  
Old 07-17-2001, 11:39 PM
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 (playertouchsme) {
toweapons MPBARSIR;
hidelocal;
timeout = .05;
this.mp = playermp;
}
if (timeout) {
timeout = .05;
if (this.mp>playermp) {
playermp+=int(abs(this.mp-playermp)/2);
this.mp = playermp;
}
if (this.mp<playermp) this.mp = playermp;
}

Reply With Quote