Method code for $sys.parse_traceback_for_setting()

[Turn on line numbering]
arg value, @args;
var obj;

obj = (> $object_lib.to_dbref(value) <);
if (!obj.is($user))
    throw(~invset, "Setting must be a user type class");
if (!('general_cache in obj.flags()))
    throw(~invset, "Setting must be a user class");
return obj;

// $#Edited: 03 Sep 98 06:32 $brandon

["// Created 26-Mar-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark