3d3 @verb #8043:"quota" any none none rxdo #8043 @program #8043:"quota" any none none if (caller != this) return $msg:mtell("huh") elseif (dobjstr == "") dobj = this elseif ($command_utils:player_match_failed(dobj = this:match_entity(dobjstr), dobjstr)) return endif thing = $su:capitalize($gender_utils:pronoun(dobj, "ps")) total = {dobj:_get_max_obj(), dobj:_get_max_vm() / $kb, dobj:_get_max_fs() / $kb} free = {dobj:free_objects(), dobj:free_bytes() / $kb, dobj:free_dbytes() / $kb} x = dobj == caller ? "You" | dobj.name q = dobj == caller ? "have" | "has" player:tell(x + " " + q + " " + tostr(free[1]) + " objects free of a possible " + tostr(total[1]) + ".") player:tell(x + " " + q + " " + tostr(free[2]) + " byte-kilobytes free of a possible " + tostr(total[2]) + ".") player:tell(x + " " + q + " " + tostr(free[3]) + " disk-kilobytes free of a possible " + tostr(total[3]) + ".") "Last modified by Russ (#8043) on Mon Sep 27 17:51:59 1999 MDT." . 0