UW2_PRC8/_module/nss/spawnb_sc_snclog.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
217 B
Plaintext

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