以下的例子大家可以試著練習看看是甚麼意思
--version check
if gg.BUILD < vgg then erronum=1 goto erro end
if gg.getTargetInfo().versionName ~= vtos then erronum=2 goto erro end
--apk/play
gg.clearResults
ver=gg.getTargetInfo().packageName
if ver=="com.madhead.tos.zh" then --play
x1="546;10095:5" --高攻高回數值play@@
x2="546;10121:5" --全體攻擊數值play@@
x3="2229248;369098752:5" --MISS數值play@@
end
if ver=="com.madhead.tos.zh.ex" then --apk
x1="546;10097:5" --高攻高回數值apk@@
x2="546;10123:5" --全體攻擊數值apk@@
x3="2229248;369098752:5" --MISS數值apk@@
end