As the story is branching, it is hard to keep track, how many points can be collected at any point in story and if all branches are even reachable. Create parser that creates JSON-like structure of the story graph from the script files. After that go through all paths programatically and test reachability.
As the story is branching, it is hard to keep track, how many points can be collected at any point in story and if all branches are even reachable. Create parser that creates JSON-like structure of the story graph from the script files. After that go through all paths programatically and test reachability.