Need a .ini Building macro... more inside.
Posted: Sun Jul 04, 2004 4:21 pm
I need a macro that will automatically build an ini when I zone... the Arrays in the Ini shuld look like this:
I want it to basically check the ini to see if there is already an array for the zone you are leaving, and write any zone you move to from there to the end of that array. So if I started with nothing in my ini, and moved from PoK to FoB, the macro would write to the ini:
Similarly if I went back to PoK from FoB, it would make a new array for the adjacent zones to FoB.
I would also like, but is not necessary, for the array to be alphabetize on it's own... so if I start with:
and then zone from PoK to Field of Bone, I want the ini output to read:
Thanks much to whoever decides to help me out with this... it's got me whipped...
Code: Select all
[The Greater Faydark]
Zone0=Butcherblock
Zone1=Felwithe
Zone2=The Lesser Faydark
[The Lesser Faydark]
Zone0=Mistmoore Castle
Zone1=Steamfont Mountains
Zone2=The Greater FaydarkCode: Select all
[The Plane of Knowledge]
Zone0=Field of BoneI would also like, but is not necessary, for the array to be alphabetize on it's own... so if I start with:
Code: Select all
[PoK]
Zone0=Toxxulia ForestCode: Select all
[PoK]
Zone0=Field of Bone
Zone1=Toxxulia Forest