Aantioch_Infernum/_module/nss/hen_6traps_sc.nss

9 lines
141 B
Plaintext
Raw Permalink Normal View History

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