Method code for $world.parse_weather_rate()

[Turn on line numbering]
arg value, @args;

value = (> $time.from_english(value) <);
if (value < 1)
    throw(~set, "You cannot set the weather rate to less than 1 second");
return value;

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

Tlon