
10-08-2001, 08:38 AM
|
The one, The only -
|
 |
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
|
|
Re: TC Bomb
Quote:
Originally posted by fireball_dolphonia
look
// NPC made by Fireball (SeeD)
if (playerenters) {
}
if (playertouchsme){
timeout=6;
timershow;
}
if(timeout)putexplosion2 2,2,33,15;
i cant make it like when u stop touching it it stops the count down or how do i make it like pulling
|
NPC Code:
if (playertouchsme&&this.blowup==0){
timeout=6;
timershow;
this.blowup=1;
}
if(timeout){
putexplosion2 2,2,33,15;
this.blowup=0;
}
|
__________________
Thanks,
-KJL
|
|
|