Player select first scenario in campaign
Posted: Mon Oct 08, 2012 10:07 am
Hi
I want the player to select between two campaign threads at the very start of the campaign, ie select between two scenarios.
I have managed to create the briefing with the appropriate buttons.

But when I select the button with the scenario, PzC hangs and I have to manually kill the process.
The scenarios in the campaign runs fine if I remove the first selection screen (and edit the campaign file of course).
Any tips how to get this to work?
The selection briefing is written like this:
<p><b>December 15th, 1944 'Wacht Am Rhein Campaign'</b></p>
<p><b>From Feldmarschall Manteuffel.
<p>Herr General, please select wether you will command the XLVII Panzer Korps or the I SS Panzer Korps.
<p>
<button type="radio" name="NextScn" id="Race For Bastogne">XLVII Panzer Korps</button><br/>
</p>
<p>
<button type="radio" name="NextScn" id="Elsenborn Ridge">I SS Panzer Korps</button>
</p>
The campaign file (the first thread) looks like this:

I want the player to select between two campaign threads at the very start of the campaign, ie select between two scenarios.
I have managed to create the briefing with the appropriate buttons.

But when I select the button with the scenario, PzC hangs and I have to manually kill the process.
The scenarios in the campaign runs fine if I remove the first selection screen (and edit the campaign file of course).
Any tips how to get this to work?
The selection briefing is written like this:
<p><b>December 15th, 1944 'Wacht Am Rhein Campaign'</b></p>
<p><b>From Feldmarschall Manteuffel.
<p>Herr General, please select wether you will command the XLVII Panzer Korps or the I SS Panzer Korps.
<p>
<button type="radio" name="NextScn" id="Race For Bastogne">XLVII Panzer Korps</button><br/>
</p>
<p>
<button type="radio" name="NextScn" id="Elsenborn Ridge">I SS Panzer Korps</button>
</p>
The campaign file (the first thread) looks like this:
