I have decided to try to make an MMORTS game in lacewing and i came to a small problem. I have a map that needs to be populated with the X and Y coordinates of all of the user's planets. I have it set up so when they create their account, they drag and drop their planet to the location they wish to put it, and then I save the X,Y of the location of the planet.
To populate the map, I thought the only way would be to create a channel named: (X,Y,Username) for every planet, and then loop through all of the channels and populate the solar system using the x,y of every planet.
Is there a better way to do this? Or am I stuck with this method because I can't get the string parser to work as I would like.
Thanks for all of the help!