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?