QuantumMindGames
Member
The title basically explains the jist of it. I'm making a CMS that has a window that displays the name of the map the player is on, but I'm having difficulty figuring out the command.
I ran a search and there was no matches, so if this has been answered already, sorry, feel free to redirect me if you can find it.
What i'm trying in the string section is
RPG::MapInfo.name, even tried adding .to_s to the end, but to no avail. When I put either of these commands in, the in-game window reads "RPG::MapInfo" instead of giving an error.
I ran a search and there was no matches, so if this has been answered already, sorry, feel free to redirect me if you can find it.
What i'm trying in the string section is
RPG::MapInfo.name, even tried adding .to_s to the end, but to no avail. When I put either of these commands in, the in-game window reads "RPG::MapInfo" instead of giving an error.