Aantioch_Infernum/_module/nss/hen_5traps_sc.nss

9 lines
142 B
Plaintext
Raw Permalink Normal View History

// Has five traps
int StartingConditional()
{
if (GetLocalInt(OBJECT_SELF, "NO_OF_TRAPS") >= 5)
return TRUE;
return FALSE;
}