1 | scene = 0 |
2 | cutscene_timer = 0 |
3 | cutscene_music = 0 |
4 | event_user(0) |
5 | with (instance_create(160, 64, obj_starlo_npc)) |
6 | npc_direction = "left" |
7 | with (instance_create(192, 64, obj_ceroba_npc)) |
8 | npc_direction = "left" |