16 lines
187 B
Plaintext
16 lines
187 B
Plaintext
|
with (lockcam) {
|
||
|
yuuka = other.yuuka;
|
||
|
x = yuuka.x;
|
||
|
y = yuuka.y;
|
||
|
}
|
||
|
|
||
|
|
||
|
if (audio_is_playing(areatheme)) {
|
||
|
audio_stop_sound(areatheme);
|
||
|
}
|
||
|
|
||
|
scr_dialogue_start( "cutscene_boss_2.txt" );
|
||
|
|
||
|
|
||
|
|