It looks like you're new here. If you want to get involved, click one of these buttons!
Hi folks,
Pardon me for being too lazy to open up the scripting pdf, but is there a plugin that will place sequential numbers on a map?
I've got the map, and now I would just like to click ->1, click-> 2, etc.
thanks,
J
Comments
No, not that I'm aware of.
Here's a very quick and hacky custom tool (extra emphasis on very and hacky) based on the Random City Name tool that places an incremented label every time the map is clicked. You'd need to tweak the font size to whatever is appropriate for your map. So try it on a blank map of the same size first.
Save this as LabelCounter.FMScript in the /Plugins directory and restart FM. It'll show up on the Custom Tools palette (though it uses the same icon as the random city name, so you'll have to hover over the tools to see which is which).
Thanks, very much - will try this tonight!
Yep, works great. I adjusted the font and the pen color to suit.
On a large dungeon map, this is a great time saver.
Ed, any way we can get this updated for FM9? I'm not a programmer and that stuff confuses the heck out of me.
It basically works as is, with a couple additional Dim statements, as FM's new Basic engine requires it all variables to be Dim'ed.
You have to come up with your own bitmap icon though (16x16 I believe)