07.11.2015, 16:57
I don't really know what you are trying to do, but I myself had some issues with giving a random number ( which is int) to a Float ( my results were .. some high number), there are functions like float(); , your best bet is probably turn every int into float or save them all in an int var, then turn the variable to float and put it equal to your float.