用按键精灵的朋友能帮我看看这段代码吗?让上面的代码加入到下面函数里面。应该怎么操作。非常感谢!

path = "D:\Program Files (x86)\dzi\dd.txt"
fileHandle=Plugin.File.OpenFile(path)
file20byte=Plugin.File.ReadFile(fileHandle)
FindPic 0,0,1080,750,"Attachment:\srk.bmp",0.9,intX,intY
If intX> 1 Then
MoveTo intX-20,intY-20
LeftClick 1
KeyPress (8,40)
Delay 100
End If
Rem 标记
key1 = KeyPress (8,40)
If key1 = KeyPress (8,40) Then
fileline = Plugin.File.ReadLine(fileHandle)
SayString fileline
End If
Delay 200
Goto 标记
Sub OnScriptExit()
Call Plugin.File.CloseFile(fileHandle)
MessageBox "脚本已经停止!"
End Sub

Function 后续()
FindPic 0,0,1808,750,"Attachment:\cj.bmp",0.9,intX,intY
If intX > 1 Then
MoveTo intX+20,intY+10
LeftClick 1
End If

Delay 5000
MoveTo 880,330
MouseWheel - 6 
Delay 1000 

    FindPic 0,0,1808,750,"Attachment:\ksxd.bmp",0.9,intX,intY
    If intX > 1 Then
         MoveTo intX,intY+50
          LeftClick 1
    End If
    Delay 80000

End Function