Waypoints across areas
Posted: Mon May 07, 2007 7:43 pm
Apologies for a non-ACR question, but hopefully this will mean something to someone here...
Deep in the bowels of the script x2_inc_switches is the following;
//------------------------------------------------------------------------------
// * Setting this switch to TRUE will enable the allow NPCs running between waypoints using the WalkWaypoints
// * function to cross areas, like they did in the original NWN. This was changed in 1.30 to use only
// * waypoints in one area.
//------------------------------------------------------------------------------
const string MODULE_SWITCH_ENABLE_CROSSAREA_WALKWAYPOINTS = "X2_SWITCH_CROSSAREA_WALKWAYPOINTS";
Could anyone tell me how to activate this, please, as I have frequently used waypoints across areas in NWN1 and miss that ability in NWN2.
Thanks
TnD
Deep in the bowels of the script x2_inc_switches is the following;
//------------------------------------------------------------------------------
// * Setting this switch to TRUE will enable the allow NPCs running between waypoints using the WalkWaypoints
// * function to cross areas, like they did in the original NWN. This was changed in 1.30 to use only
// * waypoints in one area.
//------------------------------------------------------------------------------
const string MODULE_SWITCH_ENABLE_CROSSAREA_WALKWAYPOINTS = "X2_SWITCH_CROSSAREA_WALKWAYPOINTS";
Could anyone tell me how to activate this, please, as I have frequently used waypoints across areas in NWN1 and miss that ability in NWN2.
Thanks
TnD