I have a dedicated scene for my games character. I have another scene for "Level 1." I added a script to the root node of "Level 1." How can I use that script to both write the character node's x position to a variable, and then print something to the console when the player reaches a specific x position?
If such a result isn't possible with my current setup, please describe what changes I must make in order to make it possible.
Thank you.