49e @verb #1011:"@last last" any none none rxdo #7153 @program #1011:"@last last" any none none "Syntax: last " "Example: last brian torkain" "" "Use: Tells you how long ago a player or players disconnected." "" "Special: 'last' also tells you the time the person disconnected in CST. A property added on your character named 'differ' can change the time to your specified time zone. " "If you are in EST, you would set the property to 3600 (3600 seconds = 1 hour, must be in seconds)." "" "Example of adding property: @prop me.differ 3600" this:update_usage(verb, player) people = {} if (args) for x in (args) person = $string_utils:match_player(x) if ($command_utils:player_match_result(person, x)[1]) else player:tell(person:title(), " (", person, ") disconnected ", $time_utils:english_time($time_utils:from_ctime(ctime()) - person.last_disconnect_time), " ago. (at ", $time_utils:ampm(person.last_disconnect_time), ")", person in connected_players() ? " (Connected)" | "") endif endfor else player:tell("Usage: last <player or players>") endif "Last modified by Dax (#789) on Thu Nov 8 11:38:31 2001 MST." . 0