How do i add the values of two number variables -
11-18-2010, 09:50 AM
I am creating a addition game where you add the two sums variables(ex. world.number1, world.number2). The values of each are random because I used the set value to random number function, but i do not know how to set my answer variable to the sum of the two variables
in other words, how do you set my answer variable to the sum of both random number variables.