There are some caveats I need to explain.
DECISION IDs use numbers 1-1100. However, the other, non-decision script events do not have DECISION IDs.
I had to generate these as processing the files. These are important as they are used as NODE IDs for the graphing.
I used IDs beginning at 1200 to ensure they did not conflict with the pre-existing DECISION IDs.
On review, you may see the following:
Code: Select all
204 [label="DECISION:204\nDE 204 - France: Send an Anglo-French Expedition to Support Finland? "]
205 [label="DECISION:205\nDE 205 - France Send An Expedition To Narvik? "]
212 [label=""]
250 [label="DECISION:250\nDE 250 - France: Allies Liberate Paris Helper (100%)"]
251 [label="DECISION:251\nDE 251 - France: Allies Return St. Nazaire To French Control (100%)"]

That would be via #LINK= 212
There are more like that where non-existent DECISIONs are being referenced.
It will also show up in the graph (which is too large to post here)