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,11 @@
//
// Spawn Banner
// Turn Spawn Delay logging ON
//
void main()
{
object oArea = GetArea(OBJECT_SELF);
SetLocalInt(oArea, "SpawnCountDebug", FALSE);
SendMessageToAllDMs("Spawn count logging disable");
}