can't get brush to move with func_door_rotating brush

poseyjmac

Newbie
Joined
Sep 13, 2003
Messages
4,766
Reaction score
0
it works with a prop_static, but when i set the parent of my func_brush to the rotating doors name, it disappears in game. trying to get a brush door knob to move with my brush door. ive tried a func_brush and func_illusionary, and both do not show up. if i set the brush to func_detail it shows up, so its not an invalid brush. also if i just remove the name from parent, the func_brush will show up. any ideas?


**EDIT

works with a func_breakable.
 
I assume you're mapping for CS:S, then. Func_brush is one of a handful of entities which are not reset upon newround. See my lecture here.
 
Back
Top