Making interior maps for all the buildings in my game. Taking too bloody long. So far I have all the maps done graphically but now have to code them all in and then make NPCs etc... more work than it sounds when a map basically looks like this:
[town=url][townbit=0,0,100,100,Caption]url[/townbit][townbit=0,0,100,100,Caption]url[/townbit][townbit=0,0,100,100,Caption]url[/townbit][townbit=0,0,100,100,Caption]url[/townbit][townbit=0,0,100,100,Caption]url[/townbit][townbit=0,0,100,100,Caption]url[/townbit][/town]
...and the (100,100) is relative to the previous piece. Why oh why didn't I code this better?