
09-12-2001, 07:17 AM
|
|
Banned
|
Join Date: Jul 2001
Location: Who?
Posts: 261
|
|
|
//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 |
|
|
|