Thread: TC Bomb
View Single Post
  #2  
Old 10-08-2001, 08:38 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
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
Reply With Quote