HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Planting/Defusing Bombs

08-09-2003, 06:48 AM#1
Izidkiel
I am trying to make a trigger that when a unit plants a bomb, the other team has 20 second to defuse the bomb. How do I do this?
08-09-2003, 12:02 PM#2
kumi333
make a spell that takes 10 or so secs to fully be activated and call it defuse.

and that spell can only target the bomb.
08-09-2003, 12:18 PM#3
chemo
here i think i got it how....

variable:
explode_timer
terrorist_win

trigger 1

E: a unit uses an ability
C: ability is equal to 'ur spell'
A: trigger - run trigger 2 ignoring condition

trigger 2

E:
C:
A: countdown timer - start explode_timer as a One-shot timer that will expire in 20 seconds

countdown timer - create a timer window for explode_time with title Bomb explode in:


trigger 3

E: timer - explode timer expires
C:
A: set terrorist_win = (terrorist_win + 1)
game - text display: terrorist wins
08-09-2003, 01:25 PM#4
Izidkiel
Okay thx!
08-09-2003, 02:29 PM#5
DarkDevotion
Making something like Counter Strike im guessing?
08-09-2003, 02:29 PM#6
Izidkiel
Yep, look in my sig.:gsmile:
08-09-2003, 02:32 PM#7
DarkDevotion
Ahh.. wasnt paying attention. doh!