Thread: Chest
View Single Post
  #14  
Old 10-27-2001, 09:33 PM
FF8Fan2000 FF8Fan2000 is offline
Registered User
Join Date: Aug 2001
Posts: 35
FF8Fan2000 is on a distinguished road
Send a message via AIM to FF8Fan2000 Send a message via Yahoo to FF8Fan2000
What about this?

NPC Code:

// NPC made by Lord Helmut
if (playerenters && !hasweapon(Bomb)) {
setgifpart b_chest.png,0,0,32,32;
}
if(playertouchsme && !hasweapon(Bomb)) {
toweapons Bomb;
setgifpart b_chest.png,32,0,32,32;
}
if (playerenters && hasweapon(Bomb)) {
setgifpart b_chest.png,32,0,32,32;
}

Reply With Quote