功能:
   延时执行脚本

格式:
   DelayCall S Label
   参数一S单位为毫秒.参数二Label为跳转的脚本段.

;==========================================
[@AutoAddGold]
#If
CheckLevelEx > 0
#Act
Give 金币 100
SendMsg 5 [提示]:每5秒增加100金币
DelayCall 5 @AutoAddGold
;==========================================