:gabriel_first
  Gabriel "<hideName>I don't think I've seen you around here before. Are you a fan of mine?"
  Player "Sorry, I don't think I know you either. My name is <name> and I'm the new farmer in town."
  Gabriel "<hideName>Oh, another farmer. That's too bad. Well, my name is Gabriel, the greatest dancer around."
  Player "Nice to meet you, Gabriel!"

:gabriel_default
  Gabriel "I'm trying to think of some new moves. Do you have any suggestion?"

:gabriel_weekly_sunday
  Gabriel "Last week I managed to improve one of my oldest dance routines."
  Gabriel "There are times when I think that a routine has already been improved to perfection, but the truth is that there's always something that can make it better."

:gabriel_weekly_monday
  Gabriel "I usually go to the mountains to train new dance moves where nobody is watching."

:gabriel_weekly_tuesday
  Gabriel "The best thing about living near the cemetery is that my neighbors are quiet and I can make as much noise as I want."

:gabriel_weekly_wednesday
  Gabriel "I've already traveled all over the world, but I like living here because it's a peaceful place, filled with nature."

:gabriel_weekly_thursday
  Gabriel "Dancing is a lot like magic. You need to make people look where you want them to be looking, so you can surprise them with a movement coming from the other side."

:gabriel_weekly_friday_and_saturday
  if $gameMap._mapId == Maps.RESTAURANT
    if-variable hour < 18
      Gabriel "Hello, <name>. Are you here to see me dancing? The show will start soon."
      return
    end

    if-variable hour == 18
      return
    end

    Gabriel "Did you watch me dance today, <name>? What did you think of the show?"
    return
  end

  if-variable hour < 18
    Gabriel "Will you watch me dance tonight, <name>? Stop by the restaurant later to grab a drink and relax."
    return
  end

  Gabriel "Did you watch me dance today, <name>? What did you think of the show?"