Added NESS. Updated Level 10

Added NESS.  Updated Level 10.  Full compile.
This commit is contained in:
Jaysyn904
2023-04-20 23:24:24 -04:00
parent c3cd31b87b
commit 71a604d04a
179 changed files with 76115 additions and 81 deletions

View File

@@ -0,0 +1,12 @@
//
// Spawn Banner
// Turn Spawn Tracking OFF
//
#include "spawn_functions"
void main()
{
NESS_TrackModuleSpawns(FALSE);
SendMessageToAllDMs("Spawn tracking disabled");
}