Turret death output
Essentially I'm looking for an output that fires when a turret dies by emancipation, being tipped or being dropped in water (all the ways it can die).
OnKilled does not work either :<
I know it is an error model.
But you can change the model by disabling smartedit so you can change the model
A work around can be made, however. If you have your fizzler have an OnFizzle - FireUser1 and have the turrets have an output of OnUser1 - <fire whatever you want> it should work properly. I never tested this theory but technically it should work. This should also work with slime, about tipping the turret it should work the OnTipped output, Valve uses it in one of the co-op maps.
Hope this helps
spongylover123 wrote:
Try npc_turret_floor.
I know it is an error model.
But you can change the model by disabling smartedit so you can change the model
I don't think those outputs will work if npc_portal_turret_floor's didn't. But thanks for replying.
262LetsPlay wrote:
OnKilled will be fired when it is technically killed, which means its removed from the world. You can only fire this output with the input "Kill"
Oh right.. would it fire if it's emancipated? Because it is technically removed from the world too..
Mr. P. Kiwi wrote:
Another great way is adding to the fizzler an output that when it fizzles something; this might not work if you've got other entities you can fizzle (eg. cubes, other prop_physics).
A work around can be made, however. If you have your fizzler have an OnFizzle - FireUser1 and have the turrets have an output of OnUser1 - it should work properly. I never tested this theory but technically it should work. This should also work with slime, about tipping the turret it should work the OnTipped output, Valve uses it in one of the co-op maps.
Hope this helps
That's weird.. OnTipped didn't work when I tipped it over with a sphere. Maybe it has something to do with the "Turret can be picked up by player" keyvalue.
But I'll use the User1 inputs.
Thanks..