BP logic to "reset second score"

Hi, you all smart people out there,

I am trying to implement a simple logic (I believe it should be simple), but can’t get my head around of how to do it… So, I have an INTEGER telling me what is an actual score (increases by one after successful action, every few seconds), Then I have the SECOND INTEGER which I want to reset after the specific number (taking info from SCORE INTEGER to work in line with same data) is reached (every 26 to be more precise). So how can I do that without creating unlimited variations of integers and branches (set 0 if 26, set 0 if 52, set 0 if 78, and so on…) ? I really hope it makes sense

Awesome man, thank you !!!