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