End If
     
        End If
    End If
    //
         Delay 25
    IfColor 325 + 定位点x5, 456 + 定位点y5, "808080", 0 Then		
        FindPic 定位点x5+508,定位点y5+176,定位点x5+568,定位点y5+208,"Attachment:\法术.bmp",0.9,xxx,yyy
        If xxx > 0 And yyy > 0 Then 
        Call Plugin.Window.Active(窗口5)
        Delay 25
        If bb3 = 0 Then 
            Delay 10
            Call 攻击	
        End If
        If bb3 = 1 Then 
            Delay 10
            Call 防御	
        End If
        If bb3 = 2 Then 
            Delay 10
            Call 法术	
        End If
           End If
    End If
    Delay 25
    Delay yanchi	
End Sub
sub 攻击
    KeyDown 18, 1
    KeyPress 65, 1
    KeyUp 18, 1
    Delay25	
End Sub
Sub 法术
    KeyDown 18, 1
    KeyPress 81, 1
    KeyUp 18, 1
    Delay25		
End Sub
Sub 防御
    KeyDown 18, 1
    KeyPress 68, 1
    KeyUp 18, 1
    Delay25	
End Sub
//