Goto 出黄色
            Else 
                KeyDown 17,1
                KeyPress 90,1
                KeyUp 17,1
                Delay 600
            EndIf 
        Else 
            KeyDown 17,1
            KeyPress 90,1
            KeyUp 17,1
            Delay 600
        EndIf 
    EndWhile 
    Rem 出黄色
Return 
Sub 地图关否
    While 1=1
        IfColor 907,302,ff2821,0
            KeyPress 77,1
            Delay 100
        Else 
            Goto 地图已关
        EndIf 
    EndWhile 
    Rem 地图已关
Return