IRC Coordinator

-Info
    Author: Silverspirit

    Requirements: ircGui

    Credits: LittleWing for lots of help.
    Jsut because I used his file cyclcing/loading
    and timer systems.

    Installation: Extract ircCoordinator.vl2 to Tribes2\GameData\base

    How it works: IRC Coordinator uses the first
    channel, or the first window that is open
    after the status window whenever you connect
    to an irc server with ircGui. Everyone that is
    in that channel and has the script will be
    able to exchange commands with you.

-Binds
    Toggle Ready: Changes your ready status

    Play Editor: Opens and closes the play editor

    Next Play: Loads the next play

    Prev Play: Loads the previous play

    Run Play: Runs the currently loaded play

    Display Play: Displays each action of the
    currently loaded play

    Stop Play: Aborts the currently loaded play,
    and stops every timer it has running

    Get Position: Displays your x y z position
    when you are hosting a server

-Gui
    When you load a play it is sent to the gui
    where it can be edited. No changes are made
    to the play file until you click Save.

    When saving plays make sure the play name
    is set correctly so that you do not accidentally
    overwrite another play.

    When creating and editing actions, the field
    labels will change based on the type of action
    you have selected. These labels explain the
    format that must be used for the action. For
    example, waypoint positions must be in an
    x y z format and sound names must be the path
    to the wav file relative to the audio folder.

    When you create a timer, the event to stop the
    timer will be automatically created.

    When stopping timers or removing waypoints, use
    the same name that you used when you created
    the timer or waypoint.

-Gui Buttons
    New - Creates a new action with the entered
    information

    Edit - Edits the currently selected action with
    the entered information

    Delete - Deletes the currently selected action

    Save - Saves the play

    Clear - Clears all fields

    Close - Closes the editor

    Set - Sets the channel entered as the channel used for sending and receiving plays