2025/07/31 Early Update

Put PEPS in server mode.
Full compile.
This commit is contained in:
Jaysyn904
2025-07-31 00:34:39 -04:00
parent ebbcd1efa3
commit b4eedf1df2
47 changed files with 29 additions and 28 deletions

View File

@@ -18,7 +18,7 @@ const string PHILOS_VERSION = "Philos' Enhancing Player System (PEPS) version:07
// This will only work if you are using the PEPS menu system.
const int AI_DEBUG = FALSE;
// Defines if we are compiling for single player or a server. Always on for servers!
const int AI_SERVER = FALSE;
const int AI_SERVER = TRUE;
// The number of classes allowed for a creature to take in the server/module.
const int AI_MAX_CLASSES_PER_CHARACTER = 8;
// Taunts cool down time before the AI attemps another Taunt.