combining children

hi, this might be a very simple question, but i cant really find a proper answer for it.
How do you combine children? I mean what is the script for it? And do i add it to an empty game object? Or can
it be any parent of the other meshes to be combined?

Create an empty GameObject with the CombineChildren script attached and then add the objects you want to combine as children.

thanks