View Single Post
  #7  
Old 09-12-2001, 07:17 AM
Enigma_GP6 Enigma_GP6 is offline
Banned
Join Date: Jul 2001
Location: Who?
Posts: 261
Enigma_GP6 is on a distinguished road
Send a message via ICQ to Enigma_GP6 Send a message via AIM to Enigma_GP6
//This is a door for people you hate.
//NPC Made by Rebel95
If (playertouchsme){
hide .5;
sleep .5;
show;
set killzero;
}
if (killzero||timeout){
this.killzero=15;
if(this.killzero>0){
playerap--;
playerrupees--;
playerswordpower--;
playerhearts--;
hurt 5;
sleep .5;
timeout=.05;
}
}


-Rebel95
Reply With Quote