Call Plugin.Bkgnd.KeyPress(dm, 51)
        TJ3=TN3
        Delay s1
    End If
End sub 
sub 技能4
    If Var4 ="1" then
        TN4 = Plugin.Sys.GetTime()
        TG4=TN4-TJ4-TA4
    End if
    If TG4>0
        Call Plugin.Bkgnd.KeyPress(dm, 52)
        TJ4=TN4
        Delay s1
    End If
End sub 
sub 技能5
    If Var5 ="1" then
        TN5 = Plugin.Sys.GetTime()
        TG5=TN5-TJ5-TA5
    End if
    If TG5>0
        Call Plugin.Bkgnd.KeyPress(dm, 53)
        TJ5=TN5
        Delay s1
    End If
End sub 
sub 技能6
    If Var6 ="1" then
        TN6 = Plugin.Sys.GetTime()
        TG6=TN6-TJ6-TA6
    End if
    If TG6>0
        Call Plugin.Bkgnd.KeyPress(dm, 54)
        TJ6=TN6
        Delay s1
    End If
End sub 
sub 技能7
    If Var7 ="1" then
        TN7 = Plugin.Sys.GetTime()
        TG7=TN7-TJ7-TA7
    End if
    If TG7>0
        Call Plugin.Bkgnd.KeyPress(dm, 55)
        TJ7=TN7
        Delay s1
    End If
End sub 
sub 技能F1
    If VarF1 ="1" then
        TNF1 = Plugin.Sys.GetTime()
        TGF1=TNF1-TJF1-TAF1
    End if
    If TGF1>0
        Call Plugin.Bkgnd.KeyPress(dm, 112)
        TJF1=TNF1
    End If
End sub 
sub 技能F2
    If VarF2 ="1" then
        TNF2 = Plugin.Sys.GetTime()
        TGF2=TNF2-TJF2-TAF2
    End if
    If TGF2>0
        Call Plugin.Bkgnd.KeyPress(dm, 113)
        TJF2=TNF2
    End If
End sub 
sub 技能F3
    If VarF3 ="1" then
        TNF3 = Plugin.Sys.GetTime()
        TGF3=TNF3-TJF3-TAF3
    End if
    If TGF3>0
        Call Plugin.Bkgnd.KeyPress(dm, 114)
        TJF3=TNF3
    End If
End sub 
sub 技能F4
    If VarF4 ="1" then
        TNF4 = Plugin.Sys.GetTime()
        TGF4=TNF4-TJF4-TAF4
    End if
    If TGF4>0
        Call Plugin.Bkgnd.KeyPress(dm, 115)
        TJF4=TNF4
    End If
End sub 
///=============其他功能区================
Sub 判断怪物死
    IfColor 498,78,"1C1CE0",2 Then
        Call 辅助()
        Call 补血()
    Else
        Call 辅助()
        Call 补血()
        call 捡物()
        Goto 找怪
    End If