2015-02-20 Gridmapper Scripting

OK, I wasn’t happy with the link export. It’ll work for a while, but I want it to work for a MEGADUNGEON. There are limits imposed on the length of URLs – the browser imposes some, the webserver imposes some, it’s a mess.

In comes *Text Export* and *Text Import* – also known as *executing Gridmapper code*, scripting style!

So, you start working on your megadungeon. Then you click the *Text Export* link and the text area beneath it fill up with your Gridmapper code. Save it in a text file. The next day you want to work on it some more. Paste the code into the same textarea and hit *Ctrl Enter*. Of you go!

Try it:

(0,0)
 f f fff f   f   fff f
 f f f   f   f   f f f
 fff ff  f   f   f f f
 f f f   f   f   f f
 f f fff fff fff fff b

(Result.)

Result

I wrote some more about scripting Gridmapper in the README file.

scripting Gridmapper