返回列表 回复 发帖

网络游戏里自动叫卖

Rem 按下a,b,c可以分别说不同的话。按下esc可以退出脚本。
KeyPress 13 1
KeyPress 13 1
Rem 等待按键
Delay 100
WaitKey Anjian
IfExpression Anjian=65
    SayString 今天天气不错 ^_^ ,你按A干啥?
    KeyPress 13 1
    Goto 等待按键
EndIf
IfExpression Anjian=66
    SayString 小样,我知道你按B了!
    KeyPress 13 1
    Goto 等待按键
EndIf
IfExpression Anjian=67
    SayString 哈哈,你按的是C。
    KeyPress 13 1
    Goto 等待按键
EndIf
IfExpression Anjian=27
    SayString 你按的是ESC,BYEBYE喽,脚本结束~
    KeyPress 13 1
    Goto 结束脚本
EndIf
SayString 你按的是啥?我不认识,我只认识ABC -_-...
KeyPress 13 1
Goto 等待按键
Rem 结束脚本
Delay 1000
MessageBox 脚本演示结束,最好的脚本永远是您自己制作的。 :-)
EndScript
==来自  紫苑花
[ 本帖最后由 疯言疯语 于 2006-11-9 21:51 编辑 ]
这个zs有了  坐沙发走人

踩过一下支持

我也来坐

路过,飘过,不管如何,还是谢谢LZ分享
返回列表