Go Duwul!
GMan, can you just CENTRALIZE all your questions? Or post them all in one area?
You can have this:
Pick Axe:
NPC Code:
//#CLIENTSIDE
if (weaponfired){
triggeraction playerx+1.5+vecx(playerdir)*2,playery+2+vecy(playe rdir)*2,mined,4;
}
NPC:
NPC Code:
if (created){
setshape 1,32,32;
}
if (actionmined){
message Aww.. You hit me! You Filthy Cheater!... You did #p(0) damage to me! Arg;
}