REO-EE/_module/nss/spawnb_sc_nsdlog.nss
Jaysyn904 f82740bbbd Initial commit
Initial commit
2024-02-22 13:22:03 -05: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");
}