Are you talking about drawing DL lines to create rooms with doors and windows? That could be a bit of a lift. One option (in a different direction) would be to use something maybe like Spawn to drop graphics on the page where you've pre-loaded options into a rollable table. The graphics would look like room tiles, with doors connecting in the appropriate place (all the cardinal directions in the middle of each edge would be the easiest). You could get random tiles by rolling against the table, then drop them in pre-configured places to get a 2x3 shape, or a 1x4... even odd shapes like a "triangle" of three rows of tiles: 1x3, 1x2, and 1x1 If you really got a handle on it, you could potentially have different points of connection, and have the images in different tables that designate where they connect (flatten a circular clockface into a square, and give yourself 12 points of contact... a 2 o'clock door would need a 10 o'clock door to the right of it). Something like that could be handled with a bit of manual effort (placing tiles at the appropriate places to build your map), but it would also be easier for someone to build something like that as a standalone script (providing an system of organization for the ways map tiles should be organized, how they would connect, letting you upload your own map tiles and tag them for use in the script, then designating your map shape). That sounds like fun, but I'm up to my elbows in edits and updates to some of my existing scripts.