This is not something you would do with a script.
<?xml version="1.0" encoding="UTF-8"?>
<gameflow xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="gameflow.xsd">
<room background="gf_bar.png">
<hotspot mouseovertext="View Tactical Database">
<rect x="11" y="25" width="116" height="80" />
<command id="shipviewer"/>
</hotspot>
<hotspot mouseovertext="Play Trainsim Mission">
<rect x="0" y="230" width="242" height="196" />
<command id="simulator"/>
</hotspot>
<hotspot mouseovertext="Read Killboard">
<rect x="362" y="110" width="153" height="109"/>
<command id="killboard"/>
</hotspot>
<hotspot mouseovertext="Sign up for campaign">
<rect x="57" y="165" width="32" height="24" />
<command id="campaign"/>
</hotspot>
<hotspot mouseovertext="To Barracks">
<rect x="553" y="96" width="234" height="250" />
<command id="changeroom" param="1"/>
</hotspot>
</room>
<room background="gf_rdroom.png">
<hotspot mouseovertext="Back to Shotglass's Bar">
<rect x="0" y="71" width="83" height="193" />
<command id="changeroom" param="0"/>
</hotspot>
<hotspot mouseovertext="Enter Briefing Room">
<rect x="573" y="90" width="57" height="119" />
<command id="startmission"/>
</hotspot>
<hotspot mouseovertext="Awaken Person">
<rect x="343" y="213" width="211" height="182" />
<command id="load"/>
</hotspot>
<hotspot mouseovertext="Go to sleep">
<rect x="86" y="213" width="211" height="182" />
<command id="save"/>
</hotspot>
<hotspot mouseovertext="Settings">
<rect x="281" y="396" width="71" height="71" />
<command id="settings"/>
</hotspot>
<hotspot mouseovertext="Check locker for mail">
<rect x="173" y="105" width="194" height="86" />
<command id="email"/>
</hotspot>
<hotspot mouseovertext="Exit from airlock">
<rect x="422" y="75" width="73" height="132" />
<command id="exit"/>
</hotspot>
</room>
<paneltext>
<color r="0.0" g="0.75" b="0.0"/>
</paneltext>
<music debriefing_good_music="wc1-debriefgood.mp3" debriefing_bad_music="wc1-debriefbad.mp3" background_sound="none.mp3" default_music="fcgameflow.mp3"/>
</gameflow>
I know what the problem is now. The file "none.mp3" is not in my FC Folder. The loudspeaker chatter is what usually plays after you select a campaign. The file "none.mp3" is the file I had selected for loudspeaker chatter.
EDIT: Even with the file "none.mp3" in the folder, it still popped up with an error.
Oh, and one more minor error. The mouse does not give as much control over the ship as the keyboard does, and you cannot freely switch between the two.
Yes, I'm now recommending people go ahead and get rid of any and all FC stuff they don't need. In fact, I think it would be better if you guys created standalone downloads that didn't require a separate FC download. It would make it easier on your users, and look more professional, and would be a smaller total download. You could even make your own installers too.