Switch to edit mode.
Name(s): @newts1: "Copied from Claudia (#9231):@newts Nov 6 22:22:55 2002"
2: "Copied from Cecil (#7407):@newts Aug 28 17:57:24 2002"
3: for x in (players())
4: if (x:isa($player) && x.nologin && x.nologin[1] - time() > 0)
5: player:sub_tell(x.nologin[2], $string_utils:nn(x), $string_utils:from_seconds(x.nologin[1] - time()))
6: endif
7: endfor
8: player:tell("-- done --")