Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   TC Bomb (https://forums.graalonline.com/forums/showthread.php?t=14124)

fireball_dolphonia 10-08-2001 08:26 AM

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

KJS 10-08-2001 08:38 AM

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;
}


btedji 10-09-2001 05:42 AM

it does seem to be the same people to ask for help

SSRobgeta 10-09-2001 06:56 AM

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 -.-


All times are GMT +2. The time now is 01:19 AM.

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