10-29-10, 01:13 PM
|
#16
|
Black Magic 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5
|
Quote:
Originally Posted by Magnum
With green, original script lines from Page CampaignSelection.py
With yellow, the new added campaign.
BlackMayNode = BlackPitNode.AddLink( Campaign( "BlackMay43", 9,
PageCampaignSelection_SelectionGroup_CampaignTree_ BlackMay ),
PageCampaignSelection_SelectionGroup_CampaignTree_ AirGap_BlackMay )
DistantWatersNode.AddLink( BlackMayNode,
PageCampaignSelection_SelectionGroup_CampaignTree_ DistantWaters_BlackMay )
ArcticConvoyNode.AddLink( BlackMayNode,
PageCampaignSelection_SelectionGroup_CampaignTree_ ArcticConvoys_BlackMay )
OpenHorizonNode = OpenHorizonNode.AddLink( Campaign( "OpenHorizon43", 10,
PageCampaignSelection_SelectionGroup_CampaignTree_ OpenHorizon ),
PageCampaignSelection_SelectionGroup_CampaignTree_ AirGap_OpenHorizon )
Result:
Any help appreciated.
|
OpenHorizonNode is trying to assign itself. But more importantly where is OpenHorizonNode defined? It has to be a menu item somewhere in a Page x.ini file.
|
|
|