1 | swatchling_npc_a = instance_create(470, 205, obj_npc_butler); |
2 | with (swatchling_npc_a) |
3 | scr_depth(); |
4 | swatchling_npc_b = instance_create(750, 205, obj_npc_butler); |
5 | with (swatchling_npc_b) |
6 | scr_depth(); |
7 | with (swatchling_npc_b) |
8 | current_pal = yellow; |