Installed NESS 4.1.9
Installed NESS 4.1.9. Tweaked main city. Full compile.
This commit is contained in:
18
_module/nss/spawnb_cc_nsclog.nss
Normal file
18
_module/nss/spawnb_cc_nsclog.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Spawn Banner
|
||||
// Conversation Check
|
||||
// Spawn Delay Debugging off
|
||||
//
|
||||
int StartingConditional()
|
||||
{
|
||||
object oSpawn = GetLocalObject(OBJECT_SELF, "ParentSpawn");
|
||||
object oArea = GetArea(oSpawn);
|
||||
if (GetLocalInt(oArea, "SpawnCountDebug") == TRUE)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user