:gabriel_leave_house
  start cutscene
  include player_knocking
  wait 60
  
  include player_move_down
  
  Gabriel openDoor
  wait 60

  create villager Gabriel 58,70,2
  through Gabriel ON

  wait 20
  move villager Gabriel 58,71,2
  wait for Gabriel

  wait 20

  switch talkingOnHouseDoor ON
  talk Gabriel

  wait 10
  include wait_to_close_door

  switch talkingOnHouseDoor OFF

  move villager Gabriel 58,70,8
  wait for Gabriel
  remove Gabriel
  Gabriel closeDoor
  wait 20
  end cutscene
