I want to know how many months have passed since the game started (the “monthsPassed” parameter from the save file). As far as I understand, it is currently impossible to know this and I propose to add a new operation that will read this parameter from the game. For my purposes, I just need to know this parameter, although someone may need to change it:
Script operations:
Name: GeoscapeGame.getMonthsPassed Args: [ptr GeoscapeGame] [var int]
Name: GeoscapeGame.setMonthsPassed Args: [ptre GeoscapeGame] [int]