I found Xat's Problem: When the Structure in the tree-file is like This: -Node1: -Node2: parent:Node1 then it works... The problem is in some of the Node these are flipped: -Node2: parent:Node1 -Node1: So the Game doesn't know what's Note1 is when it read's the file from the Top to the Bottom. To fix this you have to reposition the Nodes in the File. I did this with a few Notes and it works! I love your Tree but this should be fixed. Oninoni Edit 1: I'm using just TreeLoader (I dunno if this is a problem of TreeLoader)