Compile error and other questions

Avatar
Eternalz
24 Posts
Posted Jul 18, 2012
Replied 59 minutes later
Another quick question. My func_button seem to be blocking my way how do I make it passable?

Btw thanks for all the help on nodraw. :smile:

Advertisement
Registered users don’t see ads! Register now!
Avatar
FelixGriffin
2,680 Posts
Posted Jul 18, 2012
Replied 38 minutes later
Use a logic_auto and parent it to something which can't move, a static func_brush or the like. It's kind of hacky, but parented objects are (almost) never solid.

Alternatively, you can emulate it with a func_door, and use the Passable spawnflag.