Page 1 of 1

EvalRgnWeather Command

Posted: Tue Feb 23, 2010 6:10 pm
by Pocus
A simple command to check the weather in a region:

EvalRgnWeather = <RegionUID>;<Operator>;<Value>

Value can be between 0 and 4, or an alias:

see in aliases the file various.ini:

// Weather types
$Fair = 0
$Mud = 1
$Snow = 2
$HarshWeather = 3
$VHarshWeather = 4


Operator is one of
=
<=
>=
<
>
DICE

as usual with all evals commands.

Posted: Tue Feb 23, 2010 7:18 pm
by PhilThib
Nice, we can see plenty of potential use (especially for AI files :cool :)