11 lines
157 B
Plaintext
11 lines
157 B
Plaintext
|
with (lockcam) { x = obj_marisa.x;
|
||
|
y = obj_marisa.y;
|
||
|
}
|
||
|
|
||
|
with (obj_marisa) {
|
||
|
cutscene_anim_charge = true;
|
||
|
}
|
||
|
|
||
|
scr_dialogue_start( "cutscene_final_2.txt" );
|
||
|
|