Dissolve prop_physics by output

Posted Feb 27, 2013
Is there any way to make fizzle prop_physics by using button?
Advertisement
Registered users don’t see ads! Register now!
Posted Feb 27, 2013
Replied 1 hour later
Give it a unique name and use an env_entity_dissolver. If you only have the object through a trigger you can give it a name with addoutput targetname todissolve.
Avatar
649 Posts
Posted Feb 27, 2013
Replied 16 minutes later
The Dissolve-Input you can use on cubes doesn't seem to do anything to any of the prop_physic-types. Maybe you could parent an invisible fizzler to it that gets activated with the press of the button.
Advertisement
Registered users don’t see ads! Register now!
Posted Feb 27, 2013
Replied 4 hours later

FelixGriffin wrote:
Give it a unique name and use an env_entity_dissolver. If you only have the object through a trigger you can give it a name with addoutput targetname todissolve.

Thanks, that's exaclty what I was looking for.