Hi guys,
So I'm trying to make random forest locations. The name of the passage will be "forest"+random number ... so it can be forest2, forest 14, forest 5.... depending on the random number result using the random function. Problem is, I can't add the integer result to the string because it tells me those are two different data types. Question is:
How to convert data type?
BTW, if anyone has a better idea how to go about it, I'm all ears...
Regards,
-Val