So I have a scene lay out that is like this:<br>
-Node<br>----Mesh<br>----Holder (script)<br>--------Camera<br>
<p>So I have a script that is on Holder, and I was wondering if I could get the node "Mesh" from the script? I was thinking like get_node("//mesh") but thats not correct. <br></p><p>Could some one help me?</p><p>Thanks In advanced!<br></p>