k1=string.find(NPC对话内容,"Img:0",1,true)
pass1=string.sub(NPC对话内容,k1,k1+13)
pass2=string.sub(NPC对话内容,k1,k1+12)
选择(pass1)
选择(pass2)
等待(1200)
k2=string.find(NPC对话内容,"Img:1",1,true)
pass3=string.sub(NPC对话内容,k2,k2+13)
pass4=string.sub(NPC对话内容,k2,k2+12)
选择(pass3)
选择(pass4)
等待(1200)
k3=string.find(NPC对话内容,"Img:2",1,true)
pass5=string.sub(NPC对话内容,k3,k3+13)
pass6=string.sub(NPC对话内容,k3,k3+12)
选择(pass5)
选择(pass6)
等待(1200)
k4=string.find(NPC对话内容,"Img:3",1,true)
pass7=string.sub(NPC对话内容,k4,k4+13)
pass8=string.sub(NPC对话内容,k4,k4+12)
选择(pass7)
选择(pass8)
等待(1200)
k5=string.find(NPC对话内容,"Img:4",1,true)
pass9=string.sub(NPC对话内容,k5,k5+13)
pass10=string.sub(NPC对话内容,k5,k5+12)
选择(pass9)
选择(pass10)
等待(1200)
k6=string.find(NPC对话内容,"Img:5",1,true)
pass11=string.sub(NPC对话内容,k6,k6+13)
pass12=string.sub(NPC对话内容,k6,k6+12)
选择(pass11)
选择(pass12)
等待(1200)
选择("@确定验证")
以上内容由简单挂中国官网:www.jdgua.cn原创发布。转载请注明出处!