1 | scene = 0; |
2 | cutscene_timer = 0; |
3 | steam_audio_noloop = false; |
4 | pacifist_skip = false; |
5 | if (global.route == 1 || global.route == 3) |
6 | { |
7 | pacifist_skip = true; |
8 | scene = 7; |
9 | } |
10 | if (global.sworks_flag[54] == 1) |
11 | { |
12 | instance_create(750, 290, obj_ceroba_npc); |
13 | scene = 7; |
14 | exit; |
15 | } |
16 | if (global.sworks_flag[54] == 2) |
17 | { |
18 | with (obj_steamworks_steam_blaster) |
19 | instance_destroy(); |
20 | instance_destroy(); |
21 | } |