:serge_first
  Serge "Welcome to Orange Town, <name>. I am Serge."
  Serge "My son Devin will pick up your shipping bin contents <color:important>every day at 8 AM<color:default>."

  if $gameMap._mapId == Maps.GENERAL_STORE
    Serge "If you need any supplies, please let me know."
  else
    Serge "If you need any supplies, please visit the general store."
  end

  Player "Thanks a lot."
  Serge "Mmm. Good luck with your farm."

:serge_default
  Serge "Excuse me, I have something I need to do now."

:serge-WIP-stuff
# :serge_long_time_no_chat
  # Serge "Long time no see, <name>."
  # Serge "You shouldn't let your work get in the way of your friendships. Don't distance yourself from people."


:serge_sequential_1
  Serge "My store will buy anything you place in the shipping bin. Shipments will be picked up by Devin at <color:important>8 AM<color:default>."
  Serge "If he doesn't show up to pick the shipments, let me know."

:serge_sequential_2
  Serge "Your hard work will help Orange Town grow. If you need any help, don't hesitate to ask."

:serge_sequential_3
  Serge "You should eat at <color:name>Chloe</color>'s restaurant from time to time. Her food will give you the strength you need to do your work."

:serge_sequential_4
  Serge "If you see Devin slacking off at the store, please let me know."
  Serge "He's a good boy. If only he would follow your example and work hard on something..."

:serge_sequential_5
  Serge "Thanks for shipping your farm products to us, <name>. I appreciate the business."



:serge_weekly_sunday
  if-switch isRaining
    Serge "Enjoying some free time? Make good use of the rain to be well rested to work when the sun comes back."
    return
  end

  if-variable hour < 12
    Serge "I wonder what <color:name>Chloe</color> will do for lunch today. I'm getting hungry just thinking about it."
    return
  end

  if-variable hour < 18
    Serge "Julia's siblings are always receiving new shipments from out of town. Their farms are moving the town's economy."
    return
  end

  Serge "When I lived at the city, I used to go for a walk with someone at this time of the day. It was the highlight of my days."

:serge_weekly_monday
  if-variable month == 1
    Serge "The spring is different in Orange Town. There's no prettier place on earth."
    return
  end

  if-variable month == 2
    Serge "It's always in summer that we have problems. Products not being collected, values not matching, all sort of stuff..."
    Serge "<...>"
    return
  end

  if-variable month == 3
    Serge "My store here might be nothing compared to the company I used to run in the city, but nothing beats the peace of mind that I have here."
    return
  end

  if-variable month == 4
    Serge "And another year is reaching it's end. It feels like yesterday that <color:name>Devin</color> and me moved here."
    return
  end

  include serge_default

:serge_weekly_tuesday
  if-switch isRaining
    Serge "The rain won't stop us. <color:name>Devin</color> needs to pick your shipment at the same time regardless of weather."
    return
  end

  if-variable hour < 18
    Serge "<Good morning>, <name>! Another great day to get some work done."
    return
  end

  Serge "The day is over, do you know what that means? Time to count the stock and to review the pending orders."

:serge_weekly_wednesday
  if-variable month == 1
    Serge "This season brings us flowers and the chance to improve ourselves. We should give it our best!"
    return
  end

  if-variable month == 2
    Serge "Summer used to be my favorite season, but things have changed..."
    Serge "<...>"
    return
  end

  if-variable month == 3
    Serge "This time of the year was the busiest for me back in the city. I used to sell a lot of party props at the end of the year."
    return
  end

  if-variable month == 4
    Serge "Take care not to get sick with this snow. Working is important, but you need to be healthy to do it."
    return
  end

  include serge_default

:serge_weekly_thursday
  if-switch isRaining
    Serge "I think I'll go drink something with Benjamin. He should have some free time today so we need to make good use of it."
    return
  end

  if-variable hour < 12
    Serge "Morning is the most productive time of the day for me. The earliest the better."
    return
  end

  if-variable hour < 18
    Serge "Don't forget to check if <color:name>Devin</color> really picked your shipments. Sometimes he gets lost on his own head."
    return
  end

  Serge "Good evening, <name>! How was your day? Very productive, I imagine?"

:serge_weekly_friday
  if-variable hour < 12
    Serge "I hope <color:name>Devin</color> is not slacking around again. He needs to get serious about his work."
    return
  end

  if-variable hour < 18
    Serge "Good afternoon, <name>! How's the day going for you? Everything alright at the farm?"
    return
  end

  Serge "I need to go see Ilda. I shouldn't let my work drift me away from my friends."

:serge_weekly_saturday
  if-variable month == 1
    Serge "Spring is a good season. Amanda and her... friends, they always give me good business tips at this time of the year."
    return
  end

  if-variable month == 2
    Serge "Another summer season is starting. I hope <color:name>Devin</color> doesn't get any crazy ideas about it."
    return
  end

  if-variable month == 3
    Serge "The fall colors are pretty. Back in the city I used to decorate the trucks with matching colors at this time of the year."
    return
  end

  if-variable month == 4
    Serge "Winter makes <color:name>Devin</color> more enthusiastic. I like seeing him like this."
    return
  end

  include serge_default

:serge_candy_day_tomorrow
  Serge "Tomorrow is candy day. You should buy some chocolate to give to the kids in town."

:serge_candy_day
  Serge "Today is candy day. You can buy chocolate from the general store to give to the kids in town."

:serge_line_about_devin_cooking
  Serge "Devin has been cooking more often recently. A lot of unusual stuff too."
  Serge "I have seen him going around with a list of people and food names, but I don't know what he has in mind."

:serge_line_about_devin_cooking_cont
  Serge "Unfortunately he always leaves the dirty dishes on the sink."
