Method code for $root.will_spawn()

[Turn on line numbering]
arg who;

if (!.has_flag('fertile, who))
    throw(~perm, .namef('ref) + " is not fertile or readable.");

// available quota?
if (!who.quota_valid())
    throw(~quota, "Sender does not have the available quota");

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

the Cold Dark