Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Blocking NPC's

Page: 1 of 1
 thesaiyan
12-17-2003, 8:40 PM
#1
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?
 unraveled
12-17-2003, 10:00 PM
#2
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
}
 _PerfectAgent_
12-17-2003, 11:00 PM
#3
You have to use the Do Not Enter shader. A demonstration of this is in the Korriban map that comes with GTK Radiant.
Page: 1 of 1