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