1 | if (global.sworks_flag[21] == 1) |
2 | { |
3 | instance_destroy(); |
4 | exit; |
5 | } |
6 | if (global.route != 2 && global.party_member == -4) |
7 | { |
8 | instance_destroy(); |
9 | instance_create(x, y, obj_steamworks_31_cutscene_neutral); |
10 | exit; |
11 | } |
12 | with (obj_determination) |
13 | image_alpha = 0; |
14 | cutscene_timer = 0; |
15 | scene = 0; |