Hello!
I'm having a bit of troubles with the anyscript language as Im a beginner with the software, more specifically #path, #define and #include. Im trying to replace the EnvironmentModel within the AnyMocap framework with my own file, without achieving the desired result. What I've tried so far can be seen in the figure. I get an error that an object is defined twice, which I understand since I firstly include AnyMocap framework which loads the force plates inside the EnvironmentModel.any and then does the same thing within my script. How can I solve this?