Compile error and other questions
Quote from Eternalz on July 18, 2012, 6:13 pmAnother 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.
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.
Quote from FelixGriffin on July 18, 2012, 6:51 pmUse 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.
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.