Jump to content

Home

Blocking NPC's


{MOTL}thesaiyan

Recommended Posts

I have been creating a section of my level where you can spawn NPC's via buttons, but the NPC's every now and then get out of the confined area I created. I have tried blocking them with a brush textured in the system texture "blocknpc" but they still get out. Does anyone know any way to keep them from leaving the area?

Link to comment
Share on other sites

is this for mp or sp?

 

i think the blocknpc shader you are using uses the surfaceparm "monsterclip" which may not work.

 

 

textures/system/blocknpc2

{

surfaceparm donotenter

surfaceparm nodraw

surfaceparm noimpact

surfaceparm nomarks

surfaceparm nonsolid

surfaceparm trans

surfaceparm botclip

qer_trans 0.15

}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...