Method code for $root.set_credit()

[Turn off line numbering]
  1: arg name, definer, value, @args;
  2: var x;
  3: 
  4: if (value == 0)
  5:     return (| clear_var('credit) |);
  6: if (type(value) != 'string)
  7:     throw(~type, "You must submit a string for the credit.");
  8: credit = value;

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

the Cold Dark