Accessing "Properties" from different "Objects"
My goal is to have no-clip enabled only while the mouse button is down. No need to give code or details; I'm just trying to better figure out how all this opcode works.
I know the variable that controls no-clip and I know the variable that indicates whether the mouse button is down. From the class with the no-clip variable, I tried to access the variable for the mouse button. All of my poor attempts failed. So I tried accessing the no-clip variable from the class with the mouse button. Some of my efforts broke the mouse button but none worked as I wanted.
I believe the problem is with my understanding of how the code works. I know Java and C and have been trying to manipulate code like it was one of those but have been unsuccessful. The problem might also have to do with me using Yogda.
Looking for hints or some guide that will help me learn this beast.