Stand on a thingy and it moves? Created 20 years ago2004-02-03 22:07:18 UTC by theJ89 theJ89

Created 20 years ago2004-02-03 22:07:18 UTC by theJ89 theJ89

Posted 20 years ago2004-02-03 22:07:18 UTC Post #15139
k, I want to be able to stand on a small platform and then have it collapse. Is it possible?
Posted 20 years ago2004-02-03 22:12:45 UTC Post #15140
collapse? What do you mean? You could use a func_door to move downward, or if you want something to break underneath you, use a func_breakable, and select the "Pressure" flag. You could use a trigger_once to activate a train or something else underneath you, even.
Posted 20 years ago2004-02-03 22:29:26 UTC Post #15142
first, make a func_chair, with the Leg property set to "Dislodge on trigger", then make a func_noose and have it target the func_chair.

Or you could just do what JB said...

HL has about 10 different enitities that you could use to simulate collapses of various natures. Read about all the func entities in the HL Entity Guide

P.S. no, there isn't a func_chair or noose...that was a joke :badass:
Posted 20 years ago2004-02-03 22:37:38 UTC Post #15143
USE THIS! func_breakable, set strength to 1 and click the "on touch" or whatever it is flag.
You must be logged in to post a response.