Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-08-2001, 08:26 AM
fireball_dolphonia fireball_dolphonia is offline
Registered User
Join Date: Sep 2001
Location: Graalistan
Posts: 73
fireball_dolphonia is on a distinguished road
Unhappy TC Bomb

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
__________________

ages.ccs.com/ccsimages/cat_
Reply With Quote
  #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
  #3  
Old 10-09-2001, 05:42 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
it does seem to be the same people to ask for help
Reply With Quote
  #4  
Old 10-09-2001, 06:56 AM
SSRobgeta SSRobgeta is offline
Ebil Cloud = l337 *kupo*
SSRobgeta's Avatar
Join Date: Aug 2001
Location: Monroeville, PA
Posts: 1,084
SSRobgeta is on a distinguished road
Send a message via AIM to SSRobgeta
Quote:
Originally posted by btedji
it does seem to be the same people to ask for help
That is true... They should at leat try to learn -.-
__________________
Rob Getashu
Anyone can show you the way, but the real adventure is finding it yourself..
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 01:23 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.