Hello. I am brand new to all this and my knowledge is zero. I found an open source program on githab, and I want to add functionality to it. And I ran into a bit of a problem. Each horizontal box contains the same scene, I was able to change the area name, action, and script values in each box. But, I want to change what the "W" button will do in each individual box, but the Done button remains unchanged. I tried to create a node for the button and set the function it performs, but it has changed in all the boxes, and I want an individual function for each individual box. What do I need to do? Or do I need to create a bunch of new scenes for each box instead of using one?