sunflowers-in-the-rain/objects/obj_cutscene_final/Create_0.gml

8 lines
143 B
Plaintext
Raw Normal View History

if (!global.cutscene_mode) {
global.cutscene_mode = true;
global.cutscene_number = CUTSCENE_FINAL;
timeline_index = tml_cutscene_final;
}