@verb #2090:"print_idle" this none this rxdo #562 @program #2090:"print_idle" this none this "I didn't feel like putting this in the actual verb." if (caller != this) raise(E_NONE, "Nope, sorry.") endif a = args[1]:idle_seconds() c = (b = a / 60) ? tostr(b, "m") | tostr(a, "s") return tostr(c) "Last modified by killeen (#562) on Thu Feb 22 17:44:20 2001 MST." .