Hello everyone. I want to know if is possible to create a sceneGroup like crawl group and add scenes inside. In script documentation is an object "xpSceneGroup" but i can't find anywhere a method to create that object and add to current project.Here Is a little example for what i want to do
i want somethink like
dim CrawlGroup as xpSceneGroup
Engine.CreateXpSceneGroup(boolAddToProject = True,"myobj",CrawlGroup)
and now control that obj
dim scena as xpScene
CrawlGroup.AddScene(scena)
....and so on