Thread: Bread Part 2
View Single Post
  #2  
Old 09-29-2001, 09:42 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
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;
}
}

?
Reply With Quote