- 'msgbox VarType(tmpmonst)
- 'TracePrint tmpmonst & "," & len(tmpmonst)
- 'msgbox tmpmonst & ","
- monst(0)=tmpmonst
- c=tmpmonst
- 'TracePrint monst(0) & "," & c & left("ernkernl",4)
- '//msgbox monst(0) & vbcrlf & c
- term=.term.value*1
- outTimes=.outTimes.value*1
- blood=.maxblood.value*1
- bldUpSpd=.bldUpSpd.value*1
- rndAtk=.attacktype.value*1
- attackOrder=.attackorder.value
- 'msgbox term & "," & outtimes & "," & blood & "," & bldupspd & "," & attackorder
- End with
- 结束VBScript块
- 子程序结束,回到调用处
- 脚本停止运行
- 子程序 ExitDrgGame
- vbsexit=msgbox("确认退出龙战挂机?",1)
- 如果表达式 (vbsexit=1) 为真,则
- 跳转到标记 drgExit_
- 否则
- 跳转到标记 returnCtl_
- 条件结束
- 标记 drgExit_
- ie.quit
- set ietxt=nothing
- set ie=nothing
- 脚本停止运行
- 标记 returnCtl_
- 子程序结束,回到调用处
- 脚本停止运行
- 子程序 OnScriptExit
- ie.quit
- set ietxt=nothing
- set ie=nothing
- 脚本停止运行
- 子程序结束,回到调用处