:raphael_leave_house
  start cutscene
  include player_knocking
  wait 60
  
  include player_move_down
  
  Raphael openDoor
  wait 60

  create villager Raphael 69,56,2
  through Raphael ON

  wait 20
  move villager Raphael 69,57,2
  wait for Raphael

  wait 20

  switch talkingOnHouseDoor ON
  talk Raphael

  wait 10
  include wait_to_close_door

  switch talkingOnHouseDoor OFF

  move villager Raphael 69,56,8
  wait for Raphael
  remove Raphael
  Raphael closeDoor
  wait 20
  end cutscene

