Switch to edit mode.
Name(s): loser1: "Copied from Avenger (#8219):loser Sep 5 17:26:28 2000"
2: p = #-1
3: for x in ($list_utils:reverse(players()))
4: if (!x.programmer && !($prog in x:ancestors()) && (toint(x) >= 1000 && "Forget about system players."))
5: p = x
6: endif
7: suspend(0)
8: endfor
9: this:tell("The oldest player without a programming bit is ", $string_utils:nn(p), ".")
10: this:tell("They connected ", $time_utils:english_time(time() - p.first_connect_time), " ago.")
11: "Last modified by Dax (#789) on Tue May 3 14:11:56 2005 MDT."