Translation to English:
I have a problem with child scripts.
For example, there is a parent script that contains a variable, and this variable is initialized — meaning it holds a reference to a node. However, when I call this variable in the child script to get this reference, it throws a Null error. Although the variable is definitely initialized in time, because right before calling the function in the child script from the parent script, I print this variable to the console, and it’s not null.
Please help, because I’ve been struggling with this for a long time. Or maybe someone can explain how to properly use child scripts, etc. I can show my script where the error occurs if needed.