1 | con = -1; |
2 | cutscene_master = noone; |
3 | leaveCounter = 0; |
4 | susiewaiting = false; |
5 | nisesusie = -1; |
6 | susxpos = 0; |
7 | susypos = 0; |
8 | if (global.chapter != 2) |
9 | { |
10 | instance_destroy(); |
11 | } |
12 | else |
13 | { |
14 | alphys = instance_create(150, 100, obj_npc_sign); |
15 | alphys.sprite_index = spr_alphysd; |
16 | alphysbike = instance_create(177, 110, obj_npc_sign); |
17 | alphysbike.sprite_index = spr_npc_alphys_bike_broken; |
18 | if (global.flag[336 susie_avoid_alphys] == 1) |
19 | { |
20 | nisesusie = scr_marker |
21 | with (nisesusie) |
22 | scr_depth(); |
23 | } |
24 | } |