#remove event not working

21 messages · Page 1 of 1 (latest)

ashen tulip
#

Going through a gate to spawn freindly jet and enemy jet. Enemy dies and is supposed to remove my friendly jet. I am convinced going through any gate blocks remove event from happening.

molten aspen
#

Bruh what?

#

Maybe try at event b, once, brodcast event sethealth af 0

tacit roost
#

Ah nevermind, I can reproduce it

#

The issue is the delayed spawning of the jet

#

So because it's delay spawned, I kill the spawner not the jet itself

#

So this is by design. As you need to be able to kill the spawner and the jet separeately when it's delayed

#

so yeah, as @molten aspen said the solution is to kill the F-16 manually

tacit roost
#

So you manually have to kill the jet if it's delay spawned

ashen tulip
ashen tulip
tacit roost
#

But not the gate itself

#

it's because you are delay spawning the jet

#

when you delay spawn, I don't delete the spawned jets, just the spanwer itself. The reason I do this is you may be delay spawning say 1 jet per 10 seconds. You shouldn't destroy all jets when you destroy the spawner

#

Now that you can sethealth it's better to do that directly. You use destroy on the spanwer to make sure it doesn't spawn agian

#

I know this is a bit confusing, sorry

#

ok I've added a new remove event that lets you remove without exploding an object