[按键精灵] 纯文本查看 复制代码 Dim 坐标1,坐标2,坐标3,坐标4
FindPic 0,0,0,0,"Attachment:剑宗弟子.png","000000",0,0.9,坐标1,坐标2
If 坐标1 > -1 And 坐标2 > -1 Then
TracePrint 坐标1
TracePrint 坐标2
End If
FindPic 0,0,0,0,"Attachment:剑宗弟子.png","000000",0,0.9,坐标3,坐标4
If 坐标3 > -1 And 坐标4 > -1 Then
TracePrint 坐标3
TracePrint 坐标4
End If
If 坐标1 = 坐标3 Then
TracePrint "坐标1等于坐标3"
End If |