分享到新浪微博 分享到QQ空间 打印

[疑问] 看看这教本

看看这教本

这脚本有参数过多的问题,各位看一下!
#dynamic 0x1DB902
lock
faceplayer
msgbox @question 0x5
compare LASTRESULT 0x1
if 0x1 goto @yes
if 0x0 goto @no
release
end

#org @yes
checkmoney  0x960 0x00
if 0x0 goto @no2
paymoney  0x96 0x00
wildbattle 0x960 0x46 0x0
end

#org @question
= [player]are you ok?you can pay 1500dolles to catch me!
#org @no
=886

#org @no2
msgbox @no24
end

#org @no24
=please have 1500dolles!

TOP