Aantioch_Infernum/_module/nss/spawnb_cc_dactiv.nss

17 lines
272 B
Plaintext
Raw Permalink Normal View History

//
// Spawn Banner
// Conversation Check
//
int StartingConditional()
{
object oSpawn = GetLocalObject(OBJECT_SELF, "ParentSpawn");
if (GetLocalInt(oSpawn, "SpawnDeactivated") == FALSE)
{
return TRUE;
}
else
{
return FALSE;
}
}