Thread: Chest
View Single Post
  #1  
Old 10-26-2001, 10:36 AM
Brad_Elven Brad_Elven is offline
Registered User
Join Date: Jul 2001
Posts: 0
Brad_Elven is on a distinguished road
Send a message via AIM to Brad_Elven
Chest

Whats wrong with this script?

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

yes i know im missing the if(weaponfired) part
Reply With Quote