NWNDS/nwn_dark_sun/spawnb_cc_sclog.nss
Jaysyn904 b01c5cc7db Added PnP Dire Rat.
Added PnP Dire Rat.
2021-07-21 17:48:43 -04:00

19 lines
334 B
Plaintext

//
// Spawn Banner
// Conversation Check
// Spawn Delay Debugging on
//
int StartingConditional()
{
object oSpawn = GetLocalObject(OBJECT_SELF, "ParentSpawn");
object oArea = GetArea(oSpawn);
if (GetLocalInt(oArea, "SpawnCountDebug") == FALSE)
{
return TRUE;
}
else
{
return FALSE;
}
}