:amanda_leave_house
  start cutscene
  include player_knocking
  wait 60
  
  include player_move_down
  
  Amanda openDoor
  wait 60
  create villager Amanda 54,34,2
  offset Amanda X 16
  through Amanda ON

  wait 20
  move villager Amanda 54,35,2

  wait for Amanda
  wait 20

  switch talkingOnHouseDoor ON
  talk Amanda

  wait 10
  include wait_to_close_door

  switch talkingOnHouseDoor OFF
  move villager Amanda 54,34,8
  
  wait for Amanda
  remove Amanda
  Amanda closeDoor
  wait 20
  end cutscene
