LEG引擎各类脚本功能增强解析(0809)清除延时执行脚本
功能:清除延时执行脚本格式:
ClearDelayGoto
可中断已经设置好的延时执行脚本.
;==========================================
[@ClearDelayGoto]
#If
CheckLevelEx > 40
#Act
ClearDelayGoto
SendMsg 5 [提示]:到40级了.您已经被中断跳转设置..
;==========================================注意:
另新增兼容Lf的脚本命令DelayGoto.同样可以设置延时执行脚本.用法同DelayCall
功能:
延时执行脚本
格式:
DelayCall S Label
参数一S单位为毫秒.参数二Label为跳转的脚本段.
;==========================================
[@AutoAddGold]
#If
CheckLevelEx > 0
#Act
Give 金币 100
SendMsg 5 [提示]:每5秒增加100金币
DelayCall 5 @AutoAddGold
;==========================================
页:
[1]