// Has four traps
int StartingConditional()
{
    if (GetLocalInt(OBJECT_SELF, "NO_OF_TRAPS") >= 4)
        return TRUE;

    return FALSE;
}