2025/07/31 Early Update
Put PEPS in server mode. Full compile.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user