Paths
Re: Paths
That'd be bad ass. Click one place, click another place, and have it create the quickest path through. It could be basic, so that it doesn't read descriptions, it just outputs to a text file
e
n
e
e
s
stuff like that, cause megamud can import it. That'd be sweet. And you could like highlight rooms and create a loop for it too. Word.
e
n
e
e
s
stuff like that, cause megamud can import it. That'd be sweet. And you could like highlight rooms and create a loop for it too. Word.
Re: Paths
I mean, it's entirely possible (I think), but it would be a lot more work than just exporting the directions to a text file. Gotta get the title of each room, exits, based on that make a string that megamud will read in the .mp file, shit like that. I dunno if Syntax has the capabilities to make a .mp file that megamud will read. Open up a .mp file and you'll see what I mean. It reads strings and stuff, not sure what they mean tho. It'd be so much easier on Syntax's part to just export to a text file, and let the user import it to megamud. You run the imported text file once, and megamud imports it into itself.