7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
|
if (!global.cutscene_mode) {
|
||
|
global.cutscene_mode = true;
|
||
|
global.cutscene_number = CUTSCENE_MIDBOSS;
|
||
|
timeline_index = tml_cutscene_midboss;
|
||
|
}
|
||
|
|