Method code for $root.set_credit()

[Turn on line numbering]
arg name, definer, value, @args;
var x;

if (value == 0)
    return (| clear_var('credit) |);
if (type(value) != 'string)
    throw(~type, "You must submit a string for the credit.");
credit = value;

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

the Cold Dark