Author Topic: Timed Bomb  (Read 794 times)

I was thinking it would be cool to have a bomb you can stick to a building or vehicle or something and it would go off 10 seconds later. And i doubt it's possible but it would be even cooler if you could set the time on it.

Possible, but hard but in the long run


Do want.

Yeah that would be cool like in star wars battlefront 2 the time bomb


Explosives + Timers = Epic Win. I want this.

events:
Code: [Select]
onactivate>self>firerelay
onrelay>self>firerelay
onrelay>self>decrementprintcount>1
onprintcountunderflow>namedbrick>decrementprintcount>1
                               [next counting brick]
[nextbrick]onprintcountunderflow>namedbrick>decrementprintcount>1
[repeat for all counting bricks except the last, wich shall have these events:
onprintcountunderflow>namedbrick>spawnexplosion>vehiclefinalexplosion
                                    [bomb's name]
onprintcountunderflow>namedbrick>toggleeventenabled>2
                                   [first count brick]
[small delay]onprintcountunderflow>namedbrick>toggleeventenabled>2
                                                        [firstcountbrick]

I know how to do that moron, I want there to be a time bomb weapon.


I remember making something like this for V8


But I forgot to back it up


I remember making something like this for V8


But I forgot to back it up
Could you port your old 'Noob Gun' that I never got a chance to download back in v8?

I know how to do that moron, I want there to be a time bomb weapon.
events are moar fun :/