I am working on a project which I had been working on for years and only recently realized that I could do it with Coldstone.
It is a totally location oriented game. There arent any maps. It is just a simple one in which you click to get around the different screens. You have money to buy and sell to attempt to make a profit, and when traveling from world to world you randomely get into "encounters."
So I was hoping that on the top right portion of the screen it could display the planet which you are currently at. I tried creating a global variable for the planet name and then making an all white map interface and putting the global variable where I wanted it. Only to find that you cannot place variables on the interface. And so far I cannot think of any way to put one on the individual location.
So then I tried putting Karma there instead, and setting karma to the planet name, but karma can only be a number so it shows up as 0. I cannot think of any way to solve this.
So is there any way to get variable words to show up on a location, or a map for that matter?