NWN2Wiki
Advertisement
// The creature will rest.
void ActionRest(int bIgnoreNoRestFlag=0);

WARNING: In NWN1 the flag associated with this function was called bCreatureToEnemyLineOfSightCheck and thus any script which used it will now function differently even though it compiles without a problem.

Advertisement