Thread: Bread Help
View Single Post
  #7  
Old 09-28-2001, 07:31 PM
Metal-Slug Metal-Slug is offline
!_!
Metal-Slug's Avatar
Join Date: Jun 2001
Posts: 2,421
Metal-Slug is on a distinguished road
ok, thanks for the help kamu (not sarcasim, im serious) but, i have know idea what you mean, so

NPC Code:

// NPC made by UrĂ³nd the Paladin
if (playertouchsme) {
toweapons Bread;
this.Bcount = +1;
}
if (weaponfired && this.Bcount>1) {
playerhearts+=2;
this.Bcount -=1;
if (isweapon && this.Bcount<1) {
destroy;
}
}



will work?
Reply With Quote