藕和桂花刷新宏
/script nTotal = 6*60*60 - GetLogicFrameCount()/16%(6*60*60)
/script nHours =
math.floor(nTotal/(60*60))
/script nMinutes =
math.floor(nTotal/60%60)
/script nSeconds = math.floor(nTotal%60)
/script
OutputMessage("MSG_SYS",
"距离下次刷新还有"..nHours.."时"..nMinutes.."分"..nSeconds.."秒\n")
/script nTotal = 6*60*60 - GetLogicFrameCount()/16%(6*60*60)
/script nHours =
math.floor(nTotal/(60*60))
/script nMinutes =
math.floor(nTotal/60%60)
/script nSeconds = math.floor(nTotal%60)
/script
OutputMessage("MSG_SYS",
"距离下次刷新还有"..nHours.."时"..nMinutes.."分"..nSeconds.."秒\n")












