View Single Post
  #5  
Old 01-07-2002, 07:21 PM
Kumada Kumada is offline
Ded
Kumada's Avatar
Join Date: Nov 2001
Location: Usa
Posts: 1,088
Kumada is on a distinguished road
Quote:
Originally posted by joseyisleet
Liquid is right. Triggeraction would be the best way to do a mining script (by best I mean easiest).


//Hammer
//NPC made by Josey Hunt
if (playertouchsme) {
toweapons Hammer;
}
if (weaponfired) {
setani jhammer,hammergold.png;
triggeraction playerx+1+vecx(playerdir)*2,playery+1.5+vecy(playe rdir)*2,beingmined,3;
freezeplayer .8;
}

//Mine NPC
//NPC made by Josey Hunt
if (actionbeingmined) {
yourminescripthere;
}
Sorry, But you did not make that script
I remember stefan giving that script out to the public..
the hammer script.
__________________
Aim: Mmm Kumada

Reply With Quote