Calling a function that adds a child to some parent and sets the childs name to something, the childs name is prepended with "@" and appended with "@"number. This is extremely annoying. Apparently all nodes don't have RIDs.... so.... yeah I feel like checking nodes by get_nodes by other get_nodes either hasn't worked or it just seems like so much extra work that I have been avoiding it and haven't realized it<br><br>If when you print a node and you get a result like [NodeClass:unique_number] in the console, why would names be altered because you used .call(method) to create the node <br><br><strike>I haven't gone into using RIDs before but I feel like this is what I am going to need to do. I don't see why you can't have two children of the same name if their RID's are different, assuming an RID is a unique identity number.... has anyone else encountered this as an annoyance? </strike>