%fn-again-%in collision not functioning properly

I think you can get rid of rudimentary nodes with this function.
tile.clear_model_nodes()
or you can do this, to get the children, the level will have to be selected depending on the nesting of the hierarchy in order to get the GeomNode node.
tile = tile.get_child(0)

1 Like