425 @verb #1011:"bday" any none none rxdo #7153 @program #1011:"bday" any none none "Syntax: bday " "Example: bday brian torkain" "" "Use: Gives you the age of the player or players and the time/date they were connected." this:update_usage(verb, player) set_task_perms(player) if (args) for z in (args) target = $string_utils:match_player(z) if ($command_utils:player_match_result(target, z)[1]) else x = target.first_connect_time if (x == 745684132) player:tell(target.name, " (", target, "), has been around since before August 18, 1992.") player:tell("They are over ", $time_utils:english_time(time() - x), " old.") else player:tell(target.name, " (", target, "), has been around since ", ctime(x), ".") player:tell("They Are ", $time_utils:english_time(time() - x), "old.") endif endif player:tell("") endfor else player:tell("Usage: bday <player or players>") endif "Last modified by Dax (#789) on Thu Nov 8 11:38:31 2001 MST." . 0