How to use conditional prerequisites

Started by bensonae, May 02, 2019, 04:50:13 AM

Previous topic - Next topic

bensonae

Hi all. Did some searching on the forums, on steam and the general interwebs trying to find a solution to my problem. I am trying to create a mod that includes branching research, however I want to make it so that some research has an "or" prerequisite, meaning that you could have one topic researched, or the other, and it would allow further research. Is there a def or class that utilises this logic?

Mehni

Quote from: bensonae on May 02, 2019, 04:50:13 AM
Is there a def or class that utilises this logic?

No. You'd have to make it yourself.

bensonae