Sadly there is another possibility:
Code:
If terrorists Then
        Plane.AvoidRadar = True
        throw.CountermeasuresOverSea = True
    ElseIf aliens Then
        FileType = X_File
        Call Area53("Fox_Mulder and Dana_Scully")
    ElseIf Crew.Enabled = False
        Do Until Fuel = 0
            Ping
        Loop
        Plane.Dispose()
        Crew.Dispose()
        Passengers.Dispose()
        Throw New BlackBoxNotFoundException        
    End If
BB