脚本源码如下:
1 2 3 4 5 6 7
local wserv = std.Server:GetWrappedServerByIndex(1) local c = 0 repeat c = c + 1 wserv:SetMark(c) std.Misc:Sleep(1000) until std.Signal:Stop()