Rune_PRC8/_module/nss/spawnb_sc_nsdlog.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -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");
}