Installed NESS 4.1.9
Installed NESS 4.1.9. Tweaked main city. Full compile.
This commit is contained in:
11
_module/nss/spawnb_sc_nsdlog.nss
Normal file
11
_module/nss/spawnb_sc_nsdlog.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// Spawn Banner
|
||||
// Turn Spawn Delay logging ON
|
||||
//
|
||||
|
||||
void main()
|
||||
{
|
||||
object oArea = GetArea(OBJECT_SELF);
|
||||
SetLocalInt(oArea, "SpawnDelayDebug", FALSE);
|
||||
SendMessageToAllDMs("Spawn delay logging disabled");
|
||||
}
|
Reference in New Issue
Block a user