Goto 继续打坐补血
        //返回标记:继续打坐补血
    EndIf 
    //结束继续打坐补血
    //打坐补蓝
    Delay 30
    KeyPress 118,1
    //按F7键打坐补蓝
    Rem 继续打坐补蓝
    IfColor 178,65,d01400,2
        //判断人物的蓝是否高于95%
        KeyPress 87,1
        //如果人物的蓝高于95%,则按W键停止打坐
        Delay 30
    Else 
        //如果人物的蓝不高于95%,则就继续打坐
        KeyPress 118,1
        //按F7键打坐补蓝
        Delay 1500
        Goto 继续打坐补蓝
    EndIf 
    //结束继续打坐补蓝
    Goto 打坐的返回
Return 打坐