While in the process of populating Yavin IV with NPCs, I came across this conundrum: They'll quite cheerfully slash at one another until they're at a great distance or the pillar obstructs their vision of one another. I added //(BHVD) set ( /*@SET_TYPES*/ "SET_LOOK_FOR_ENEMIES", "true" ); and that seems to have overcome the distance issue, but not the line of sight one. I assume this is something that waypoints help with. Does anyone happen to have any advice on how this works? EDIT: Any recommendations on how to keep them quiet would be good too. They already have... //(BHVD) set ( /*@SET_TYPES*/ "SET_NO_COMBAT_TALK", /*@BOOL_TYPES*/ "true" ); //(BHVD) set ( /*@SET_TYPES*/ "SET_IGNOREPAIN", /*@BOOL_TYPES*/ "true" );//(BHVD) set ( /*@SET_TYPES*/ "SET_NO_ALERT_TALK", /*@BOOL_TYPES*/ "true" ); They don't complain when they wallop each other, but there's only so many times you can hear the words "Let the Force flow through you!"