1 |
instance_create(352, 115, obj_npc_hammerguy); |
2 |
hammer_interact = instance_create(370, 205, obj_readable_room1); |
3 |
hammer_interact.image_xscale = 3; |
4 |
hammer_interact.image_yscale = 2; |
5 |
var chefl = instance_create(355, 155, obj_npc_room); |
6 |
chefl.sprite_index = spr_lancer_lt_mustache; |
7 |
chefl.image_xscale = -2; |
8 |
var chefl_interact = instance_create(285, 205, obj_readable_room1); |
9 |
chefl_interact.image_xscale = 3; |
10 |
chefl_interact.image_yscale = 2; |
11 |
if (global.chapter == 2 && global.plot >= 200) |
12 |
{ |
13 |
var topchef = instance_create(215, 240, obj_npc_room); |
14 |
topchef.sprite_index = spr_topchef; |
15 |
} |