| 1 | y += 3; |
| 2 | if (y >= (obj_pl.y - 20)) |
| 3 | { |
| 4 | with (instance_create(x, y - 15, obj_martlet_follower)) |
| 5 | { |
| 6 | npc_reset = true; |
| 7 | direction = 180; |
| 8 | } |
| 9 | instance_destroy(); |
| 10 | global.cutscene = false; |
| 11 | scr_text(); |
| 12 | with (msg) |
| 13 | { |
| 14 | message[0] = "* Heyo!"; |
| 15 | prt[0] = 312; |
| 16 | } |
| 17 | } |