UW2_PRC8/_module/nss/spawnb_sc_nsdlog.nss
Jaysyn904 522ac455fd Added NESS
Added NESS.  Hopefully fixed Master of the Void spawn in.  Full compile.  Updated release archive.
2024-10-09 13:59:44 -04:00

12 lines
218 B
Plaintext

//
// Spawn Banner
// Turn Spawn Delay logging ON
//
void main()
{
object oArea = GetArea(OBJECT_SELF);
SetLocalInt(oArea, "SpawnDelayDebug", FALSE);
SendMessageToAllDMs("Spawn delay logging disabled");
}