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