julilopez Posted March 10, 2014 Share Posted March 10, 2014 Hello, you can store the value obtained from a range of integers?. Save the value that is obtained from a random integer. Link to comment Share on other sites More sharing options...
rich Posted March 11, 2014 Share Posted March 11, 2014 I'm not really sure what you are asking, sorry. Link to comment Share on other sites More sharing options...
ctmartinez1992 Posted March 12, 2014 Share Posted March 12, 2014 var randomValue = game.rnd.integerInRange(0, 25);Do you mean something like this?That code generates a number between 0 and 25 and stores the value in randomValue. Link to comment Share on other sites More sharing options...
Recommended Posts