Page 1 of 1

Remove Existing Brushes?

Posted: Mon Oct 20, 2003 2:03 pm
by Sgt.Pepper
Ok, I was wondering if it's at all possible to remove existing brushes in stock maps through scripting.

I am thinking that you would define the area of the brush using coords and set size, then give it some kind of definition, a name, or target name. Then use some kind of command to remove it, a remove, or not solid, transparent (if any of those exist).

Even if you could make the brush not solid, so the player could go thorugh it, that would be good.

Anyway, any ideas of how/if this could be done?

Posted: Mon Oct 20, 2003 3:35 pm
by jv_map
You could try spawning a func_remove, but I'll only give you 0.1% chance of it working :?

Posted: Mon Oct 20, 2003 5:34 pm
by Sgt.Pepper
Makes me think of Jim Carrey in "Dumb and Dumber"

"So, your saying there is a chance!?!"

Well, I usually get error's when I mess with func's, so I'll give it a go when I get more time.