View Single Post
  #38  
Old 10-22-2001, 06:14 AM
Jerom Jerom is offline
Banned
Jerom's Avatar
Join Date: Mar 2001
Location: In a Trash Can
Posts: 3,708
Jerom is on a distinguished road
Send a message via AIM to Jerom
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;}
Reply With Quote