Here is the screenshot of the main canvas for the buttons:
And here is an example of a widget BP for one button.
What I want to do is make a puzzle that involves clicking on buttons that show numbers from 1 to 6 and a certain total must be met as the player makes a path from the start to the finish. So I wanted to put in an integer variable for each button, as well as a command to add the total by said number when each button is turned on and subtract when a button is turned off.