var/moneymade = rand(0.0,0.9)
usr.money += moneymade
I'd like to have it so the random number is a decimal.
-Camaro-
ID:174884
![]() Jul 10 2003, 1:47 pm
|
|
I'm using the random proc, but I can't make the random number have a decimal outcome. It's always a whole number.
var/moneymade = rand(0.0,0.9) I'd like to have it so the random number is a decimal. -Camaro- |