i wanna make a room and a weldable point to when marines weld the button the room close all doors and fill the room with lava and kill everything inside
this is easy, read tutorials "how to flood a room" and make it like there (instead of water use lava anda trigger hurt or damage inflecteted when blocked to the lava entity). give the lava and all the doors the same name, then trigger this name with the weldentity
The problem with trigger_hurts is that they can't move, so you'd either need several to trigger as the lava rises, or make the lava rise very fast so it wouldn't be noticeable the entire room suddenly becomes damaging.
Fortunately, there's an option to turn a func_water into lava, which automatically makes it damaging. Unfortunately, that doesn't allow you to set a damage amount and uses a default, very high, amount instead. Since last time I checked lava is pretty lethal I guess that's not really a problem though.
Try <a href='http://www.karljones.com/halflife/water.asp' target='_blank'>this</a>, a very basic tutorial found in 3.5 seconds using Google. It's actually quite easy.
Comments
give the lava and all the doors the same name, then trigger this name with the weldentity
Fortunately, there's an option to turn a func_water into lava, which automatically makes it damaging. Unfortunately, that doesn't allow you to set a damage amount and uses a default, very high, amount instead. Since last time I checked lava is pretty lethal I guess that's not really a problem though.
its worked
but the lava killed me instantly
but its better than nothing
i am learning more and more with the help off every1 thx some day maybe i will be a pro mapper