:stella_leave_house
  start cutscene
  include player_knocking
  wait 60
  
  include player_move_down
  
  Stella openDoor
  wait 60
  create villager Stella 12,69,2
  through Stella ON
  wait 20
  move villager Stella 12,70,2
  wait for Stella

  wait 20

  switch talkingOnHouseDoor ON
  talk Stella

  wait 10
  include wait_to_close_door
  switch talkingOnHouseDoor OFF

  move villager Stella 12,69,8
  wait for Stella
  remove Stella
  Stella closeDoor
  wait 20
  end cutscene
