I'm making my own evented battle system. It works great when in one clean project, and not at all when I bring it into my current project with all my resources and scripts. I have it so that a Common Event checks to see when a button is pressed and if it is, then it does the swinging animation and checks to see an enemy's position. But the button isn't working in my current project. Can scripts cause that, and is there a way around it without getting rid of all of my scripts and starting over?