Yes this is an oversight. The on action entries in the on_actions folder will currently overwrite any entry already existing with the same name
(eg if we have already read on_game_start = { ... } somewhere then the next file that has a on_game_start = { ... } entry will overwrite that entry and take it's place).
The proper functionality should instead just append event IDs to the on_action lists if we read an entry multiple times. I'll try to work on a fix for that next week.
(eg if we have already read on_game_start = { ... } somewhere then the next file that has a on_game_start = { ... } entry will overwrite that entry and take it's place).
The proper functionality should instead just append event IDs to the on_action lists if we read an entry multiple times. I'll try to work on a fix for that next week.
- 7
- 4