LoT_PRC8/_module/nss/hen_7traps_sc.nss

9 lines
143 B
Plaintext
Raw Permalink Normal View History

2023-09-25 21:32:17 -04:00
// Has seven traps
int StartingConditional()
{
if (GetLocalInt(OBJECT_SELF, "NO_OF_TRAPS") >= 7)
return TRUE;
return FALSE;
}