Method code for $climate.setup_cmd()

[Turn on line numbering]
arg cmdstr, cmd, this, p, vals, p, dls;
var s, line, attrs, att2, extras, ex2, i;

(> .perms(sender()) <);
seasons = vals.explode();
daylengths = map i in (dls.explode()) to (toint(i));
weathers = #[];
return "Seasons: " + seasons.to_english() + ". The weather list has been wiped.";

["// Miroslav Silovic ", "// Created 12-Aug-1996 as a part of ColdCore, see: @help Credit"]

the Cold Dark