1 | if ((global.sworks_flag[31] == 0 || global.sworks_flag[31] > 2) || global.geno_complete[3] == true) |
2 | { |
3 | instance_destroy(); |
4 | exit; |
5 | } |
6 | event_inherited(); |
7 | instance_create(x, y, obj_axis_npc); |
8 | image_alpha = 0; |
9 | scene = 0; |
10 | cutscene_timer = 0; |