2025/07/20 Update

Added PEPS AI.
Full compile.
This commit is contained in:
Jaysyn904
2025-07-20 00:16:36 -04:00
parent 45bdcc5b63
commit df58b1a133
1286 changed files with 142909 additions and 2992 deletions

View File

@@ -1,7 +1,7 @@
#include "nwnx_object"
#include "nwnx_player"
#include "inc_utility"
#include "prc_misc_const"
//#include "prc_misc_const"
const int PERIOD_DAY = 1;
const int PERIOD_NIGHT = 2;
@@ -426,3 +426,5 @@ int util_IsWeapon(object oItem)
}
return FALSE;
}
//:: void main() {}