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