@verb #84:"tell_general" this none this rxdo #60 @program #84:"tell_general" this none this {object} = args mods = {} if (player.user:controls(object)) player:tell("
") else object.r && (mods = {"readable"}) object.w && (mods = {@mods, "writable"}) object.f && (mods = {@mods, "fertile"}) endif is_player(object) && (mods = {@mods, "player"}) object.programmer && (mods = {@mods, "programmer"}) object.wizard && (mods = {@mods, "wizard"}) player:tell("") "Last modified by Dax (#789) on Tue May 3 14:09:30 2005 MDT." .