NPC Code: // NPC made by Urond the Paladin if (created) { setimg breadfoodicon.png; setstring z,0; } if (playertouchsme) { toweapons Bread; setstring z,1; } if (weaponfired && z>1{ playerhearts+=2; setstring z,0; if (z<1) { destroy; } }
// NPC made by Urond the Paladin if (created) { setimg breadfoodicon.png; setstring z,0; } if (playertouchsme) { toweapons Bread; setstring z,1; } if (weaponfired && z>1{ playerhearts+=2; setstring z,0; if (z<1) { destroy; } }