
Astrochimp's Lonestar's Corporate Planet Lister
I edited this Lonestar script that lists corporate planets by sector, which is much nicer to look at than the native TL command.
Mainly, I made it bottable, but I made a couple other changes as well, which are all tracked in the source code comments. It's tested using Z-bot but it should also work with Mombot.
To install in z-bot:
1. Save attached file to desired location, usually %twx%/scripts/acTL_v09.ts (where %twx% is your twx root folder), but you may want to save to a mombot folder instead if you want the option of using it with Mombot, in which case you should (edit:) use the compiled version (.cts) and probably also rename the file to TL.cts instead of acTL_v09.cts.
2. Add an entry to the EXTERNAL BOT SCRIPTS section of your z-Options.cfg as follows (replace the path if appropriate):
Code:
SCRIPT: DATA tl scripts\acTL_v09.ts
3. Reset z-bot.
To run it, use the '>' then type tl, or tl help for detailed usage.
Comments and suggestions are welcome.
Edit: I guess I should probably remove the ss parameter and make it decide what to do based on whether the script was started via sub-space or not.