So either on_actions don't currently merge, or not all of them merge. I put "on_game_start_after_lobby" in a custom on_action file with a single event to fire, however this apparently overwrites the entire "on_game_start_after_lobby" in the base game's file that has all the game rule triggers. Having on_actions overwrite instead of merging will be a nightmare for mod compatibility, since on_action calls are important and afaik, a user can't just make a new on_action. If I could I'd love to make a custom on_action that fires at game_start.
- 2
- 2