================================================================
Script:		Community Plugin Configuration
Created:	20/10/2008
Author:		Cycrow
Version:	1.0
Game:		X3: Terran Conflict V1.2+
================================================================


Introduction:

This script is designed to allow the community of a central location for thier configuration menus.
This creates a menu that lists all the scripts that have configuration, selecting them will open up the scripts own configuration menu.


Users:

This script will only work if other scripts have been added to its list.  To use it, simply set the hotkey and press it to open the menu.

if no menu opens, then most likly there is no configurable scripts available.


Scripters:

To make use of the configuration menu, simply call the script, plugin.config.addscript, from your setup script.
It takes 3 arguments, the script name and script author (ie you) and the config script.

The menu will split the scripts into sections for each author and display the name, which you set as the first argument.

The 3rd argument, config script, is the string name of the script to run.  Ie, you create your own script and type in the name of it here.
When your script is selected from the menu, it will run this script so you can have your own menu open up to do what ever config is required

