Add waypoints without moving across them

If a move and a bunch of waypoints are added as children into a custom node the children should not be called if you use the writer.writeChildren() call.
soby leaving this out you jump across all child nodes.

Also kinda of an ugly solution as its resluts in the ilusstion that a move is happening and that you (the user) have some control over it.

I would recommend looking into the customAPI sample for this purpose.

As a solution using this would properly give you the prettiest result.