I have an idea for the Interface that may help with sheets and layouts:
http://i202.photobucket.com/albums/aa130/ChrisDines/constructidea.png
An extra part of the projects panel for showing event sheets.
In the Event Sheet Editor, you could even have the ability to drag a sheet from this panel onto the Event Sheet you have open in the Edit Area, and when you let go it would appear as an include where your mouse is.
The idea is that you have normal event sheets, and 'private' or 'local' event sheets. Normal ones are just includes, and local ones are level-specific. You have just one local one per Layout, and it can't be included by another sheet.
So for instance, in the above picture, we have some includable sheets that I've named:
+ Custom Movements Group
-- Player - On Foot
-- Player - Driving
-- Player - Flying
In addition, there's a 'My Groovy Layout Events' (MGLE) sheet, which doesn't appear in this list, because it belongs to the 'My Groovy Layout' layout.
If I have code which is level specific, like 'enter the cave and the entrance collapses', this would go in the MGLE sheet. This sheet is local to that layout, a bit like a private variable.
This is also where we define any includes that this Layout will refer to.
Of those includes, I've (in the above example) chosen to have one include that handles all the others. So I've created a sheet called 'Loader' which determines what other includes will be refered to. So for instance, if there are no drivable cars in the level, it'll not bother to include the 'Player - Driving' sheet.
This could quite easily get around the problem of cloning events with layouts. When a layout is cloned, perhaps its private event sheet is cloned too. This would keep all your 'include' references intact, and would allow TGF users to use the methods they've got so used to.
But for the rest of us, it'd save us re-including the same sheets for every new level