Rockets, Bombs, and all makeshift Weapons
Suggestions?
TeamSpen210 wrote:
Perhaps a "Don't render" glass_futbol with a non-solid prop_dynamic parented to it? Then OnBreak TouchTest some triggers(filtered to detect futbols) to find out if the futbol was inside the vulnerable area, then trigger an explosion.
Or just a prop_physics with Break On Touch.
FelixGriffin wrote:
TeamSpen210 wrote:Perhaps a "Don't render" glass_futbol with a non-solid prop_dynamic parented to it? Then OnBreak TouchTest some triggers(filtered to detect futbols) to find out if the futbol was inside the vulnerable area, then trigger an explosion.
Or just a prop_physics with Break On Touch.
tried that. It broke on spawn, I need it to break after I drop it.
I will attempt the futbol, though
EDIT : okay I managed to make something that just barely works