Method code for $world.parse_weather_rate()

[Turn off line numbering]
  1: arg value, @args;
  2: 
  3: value = (> $time.from_english(value) <);
  4: if (value < 1)
  5:     throw(~set, "You cannot set the weather rate to less than 1 second");
  6: return value;

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

Tlon