public bool has_cutscene(int aIndex)
 {
     return(Sizes.find_static_element("CUTSCENE" + aIndex + "_0") != null);
 }