Method code for $world.parse_realms()

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

obj = (> $object_lib.to_dbref(value) <);
if (!obj.is($realm))
    throw(~set, "The object '" + obj + "' is not a realm object.");
return obj;

// Created 17-Dec-1996 as a part of ColdCore, see: @help Credit

Tlon