Thread: Chest
View Single Post
  #2  
Old 10-26-2001, 10:45 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
why dont you do:
NPC Code:

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;
}
if (playerenters && hasweapon(Bomb)) {
setgifpart b_chest.png,32,0,32,32;
}



Reply With Quote