if(startscene === null, copy(startscene,scene[0].name)); loadscene(get(startscene), null, MERGE); bombtimer(0); set(bt,%1); add(bt,1); delayedcall(1, bombtimer(get(bt))); if(bt == 60, startmanualcontrol(); stopall(); set(bt,0); nextscene();, ); set(ns, get(scene[get(xml.scene)].index) ); set(maxs, get(scene.count) ); add(ns,1); if(ns == maxs, set(ns,0);, ); loadscene( get(scene[get(ns)].name ), null, MERGE, BLEND(1.5) );