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