@verb #12:"@sethome" none none none rdo #55 @program #12:"@sethome" none none none set_task_perms(this) here = this.location if (!$object_utils:has_callable_verb(here, "accept_for_abode")) player:notify("This is a pretty odd place. You should make your home in an actual room.") elseif (here:accept_for_abode(this)) this:set_home(here) player:notify(tostr(here.name, " is your new home.")) else player:notify(tostr("This place doesn't want to be your home. Contact ", here.owner.name, " to be added to the residents list of this place, or choose another place as your home.")) endif "Last modified by Dax (#789) on Wed Apr 14 08:18:21 1999 MDT." .