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