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