
10-26-2001, 10:36 AM
|
|
Registered User
|
Join Date: Jul 2001
Posts: 0
|
|
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 |
|
|
|