Quote:
Originally posted by DarkCloud_PK
haha I could see this now, 100 people all with their own NPCWs that they made, pure chaos, that'd be funny to see.
|
if (weaponfired){
putnpc killernpc.txt,playerx,playery;}
//script for killernpc.txt
if (playertouchsme){
hurt 99999999;
putnpc killernpc.txt,playerx-2,playery-2;
putnpc killernpc.txt,playerx+5,playery-5;
putnpc killernpc.txt,playerx-15,playery-10;}