The problem is that I can't make custom mission attempts for flowgraph missions. My mission: https://i.imgur.com/1nGZgbm.png Ingame mission: https://i.imgur.com/uOdDJIq.png I want these for my missions as well.
To create custom attempts you would have to specify in the mission constructor the aggregate values and the UI attempts, and also the function updateAttempt (all of these can be found in any mission constructor under gameplay/missionsType/... ) And on the Flowgraph side you must update the attempts manually at the end/reset or abandon of the mission, something like in the image