View Single Post
Old 01-24-2003, 04:51 PM   #1 (permalink)
Atrus
 
Join Date: Jan 2003
Posts: 80
Default 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??
Atrus is offline   Reply With Quote