TCArknight
Well-known member
Hi all!
Is there a way to force selection of a campaign based on a User Content Selection?
For a particular setting, I've got a Mechanic set up to preclude specific campaign settings (camAccel, camColumns, camFatCore, and camSpirit) if the source for this game is selected. The game specific campaign setting has the refresh rate, stunts, etc set.
I have a script on the associated mechanic set at Initialization/100 with:
On the config screen for Campaign selection it then shows <Choose Me> and when I click, the only options are Fate Core (greyed out) and the specific new Campaign setting. In this manner, the new Campaign can be selected but I'd like to be able to automatically force the selection.
Is this possible?
Is there a way to force selection of a campaign based on a User Content Selection?
For a particular setting, I've got a Mechanic set up to preclude specific campaign settings (camAccel, camColumns, camFatCore, and camSpirit) if the source for this game is selected. The game specific campaign setting has the refresh rate, stunts, etc set.
I have a script on the associated mechanic set at Initialization/100 with:
Code:
herofield[acCampaign].text = "<Choose Me>"
On the config screen for Campaign selection it then shows <Choose Me> and when I click, the only options are Fate Core (greyed out) and the specific new Campaign setting. In this manner, the new Campaign can be selected but I'd like to be able to automatically force the selection.
Is this possible?