:lucas_first_date
  switch isPlayingDate ON

  displayItemId none
  start cutscene no villagers no creatures
  create villager Lucas 70,72,4
  speed Lucas 3
  speed Player 3
  move villager Lucas 43,72,4
  move villager Player 43,73,4

  include load_player_dating_animations

  wait 150
  fade out
  wait 10
  remove villager Lucas

  # Part 2
  teleport to mountain without saving 56,61,8
  wait 1
  start cutscene no villagers no creatures
  create villager Lucas 57,63,8
  offset Lucas Y -6

  displayItemId traira

  if-variable month is 1
    create item peach 58,57
  else
    if-variable month is 2
      create item banana 58,57
    else
      if-variable month is 3
        create item grape 58,57
      else
        create item starfruit 58,57
      end
    end
  end

  speed Lucas 3
  
  move villager Player 56,59,8
  move villager Lucas 57,60,8
  fade in
  wait for Player
  wait 20

  displayItemId none
  play sound DropItem

  create item traira 56,57

  wait for Lucas  
  Lucas "<name>, do you mind if I catch a different fish?"
  turn Player down
  wait 10
  Player "Huh? Is there something wrong with this one?"
  wait 30

  turn Player down
  wait 10

  Lucas "I just don't like how it tastes."
  Player "Ah, sure, go ahead then!"

  move villager Lucas 50,60,4
  wait 30

  fade out
  wait 10
  remove villager Lucas
  create villager Lucas 57,59,8
  offset villager Lucas Y -8
  create item tilapia 57,57
  turn Player right
  play sound DropItem
  fade in
  wait 20
  turn Lucas left
  wait 10

  Lucas "Thank you for your patience, <name>. I know I'm always getting in the way of things."  
  Player "What do you mean? It's just a fish that you don't like."
  Lucas "I know, but there's always something like that with me. I can never just eat what's available."
  Lucas "I've tried so many times to eat different stuff, but it can be so hard."
  Lucas "It's like my brain keeps trying to tell me everything is poisonous, it doesn't make sense."
  Lucas "That's why I spend most of my time by myself, so I don't ruin other people's plans whenever there's food involved."
  Player "You're painting this much worse than it is. I don't think anyone would mind making something extra for you."
  Player "Specially if you can't eat anything else."
  Lucas "Once or twice maybe, but everytime? I'm sure people would quickly get tired of me."
  Lucas "But I appreciate that you're here today. You're being a good friend to me.<wait><wait><BR>Thank you,<wait> <name>."

  # HUG
  include hug_lucas

  displayItemId undefined
  teleport to home without saving 15,10,8
  switch isPlayingDate OFF
  speed Player restore
  switch playedLucasFirstDate ON
  wait 1
  fade in
  increase friendship Lucas x 300
