1 | if (global.plot < 100) |
2 | { |
3 | plugboy_npc = instance_create(420, 270, obj_npc_room) |
4 | plugboy_npc.sprite_index = spr_npc_plugboy_bandana |
5 | with (plugboy_npc) |
6 | scr_depth() |
7 | } |
8 | else |
9 | instance_destroy() |