ID:156690
 
I'm making a game where a user can make a planet, name it, and edit it in basically any way they want. But I want them to be able to go down and visit it. So, is there any way to make it so that it makes a new planet layer every time a user creates a planet?(They have a verb for it, so that they can place their planet how the want. And they can only make one planet, then the verb doesn't work.)
I would recommend looking up LummoxJR's SwapMaps.
In response to GhostAnime
I get a lot of errors when I try anything from that. One of them is 'Verbs.dm:14:error: /map: undefined type path', which doesn't make much sense.
In response to Colin1011
Copy and paste the WHOLE SwapMaps.dm to avoid errors. Then just pick, choose, and edit verbs from the first page.
In response to Scarflix
you're not suppose to copy libraries in the first place.
In response to Scarflix
Scarflix wrote:
Copy and paste the WHOLE SwapMaps.dm to avoid errors. Then just pick, choose, and edit verbs from the first page.

<font size=8>NO</font>

The proper way to include a library is to open up your project, expand the "Libs" folder, and check the box next to the library. Copy-pasting anything whatsoever is 100% completely WRONG.
In response to Masschaos100
The I was referring to wasn't a library so... Argument invalid.
In response to Scarflix
then that makes your first comment invalid because Collins and Ghostanime are both refering to LummoxJR's SwapMaps LIBRARY.
In response to Masschaos100
Well I skimmed it. So my bad there, but I kind of assumed that his problem would've been trying to cut down on the code since I had a similar issue.