help with Variables??
how difficult/involved would it be to change
(static) int Random( int from, int count )
to
(static) double Random( double from, double count ) ??
my hope is to allow a decimal to be used in the random...also am I reading that
this.Skills[SkillName.MagicResist].Base = Utility.Random(20,40);
is giving me a value randomly from 20 to 40??
|