Hi, could someone maybe help me with the array topic? I would like to make my own panorama view based on the demotour-corfu. As I know it from different programming languages I would like to make an array full off scenes, but is that even possible in krpano? createarray(areas); set(c,0); for(set(i,0), i LT scene.count, inc(i),if(scene[get(i)].area == true, set(areas[get(c)].value, get(scene[get(i)].content)); inc(c); ); ); When I trace the array: Source code 1 get(areas[get(c)].value) it is a ob...