Rem a /*标记a*/
FindPic 0,570,710,630,\"Attachment:\\sp.bmp\/*找到右下角“ sp” 图,把它作为补血点参照物*/
If intX > 0 And intY > 0 Then
Delay 200
Else
Delay 200
goto a /*跳转回a*/
End If
Rem b /*标记b*/
IfColor intx-570,inty-24,\"6C78CD\Then /*找到补血点,如果这点颜色还是红色则*/
Delay 200
Goto b /*跳转回b*/
Else /*否则不是红色则*/
Delay 200
KeyPress \"1\单击“1”键一次*/
Delay 200
Goto a/*跳转回a*/
End If