How to make an object solid

Deathwish-uk-

Newbie
Joined
Nov 30, 2004
Messages
70
Reaction score
0
I have numerous npc_furniture entities on my map, but the player and other NPCs can walk straight through it. How can I make it so that they cannot?
 
I've never worked with npc_furniture but if it's not in the flags or properties of the npc_ you can place a playerclip brush around the object at hand. If it's a moving object just partent the new brush to the npc_furniture (As I said, I don't know what npc_furniture really is ;)).
 
yeah just add a playerclip box around it and then it should be all good :thumbs:
but if the npcs keep on walking threw it... change it into a nodraw texture
and then if THAT doesn't fix it... use the nodraw texture and turn it into a brush (tie to entity)
 
Back
Top