:gary_leave_house
  start cutscene 
  include player_knocking
  wait 30
  
  include player_move_down
  
  Gary openDoor
  wait 40

  create villager Gary 31,73,2
  through Gary ON
  
  wait 20
  move villager Gary 31,74,2
  wait for Gary

  wait 20

  switch talkingOnHouseDoor ON
  talk Gary

  wait 10
  include wait_to_close_door

  switch talkingOnHouseDoor OFF

  move villager Gary 31,73,8
  wait for Gary
  remove Gary
  Gary closeDoor
  wait 20
  end cutscene

