Help, I appear to be stuck, the main story isn't triggering.
I've completed all achievements up to Reilly, but didn't get St James until aftre day 100 ... could that be the issue?
View attachment 3989390
I had this issue, if you are feeling adventurous, here is how I fixed it:
First create a back up copy of the html file for the game just in case.
-Open the html in notepad.
-ctrl+ f for "Something is amiss"
(this is the trigger for this part of the story from what I can work out)
-It will read like this:
$caposelect is true and $Day gt 99 and $soldiers gte 70>>[[Something is amiss...|story1]]
-Delete the soldiers part so it looks like this:
$caposelect is true and $Day gt 99>>[[Something is amiss...|story1]]
Save and close the notepad file, then reopen in web browser as usual.
I'm not an expert but I think it will only trigger when you have exactly 70 soldiers from this code, so if you have more than that before day 100 it wont trigger? Anyways this fixed it.