:benjamin_offer_to_make_hay
  create villager Benjamin 34,10,8
  wait 30
  Benjamin "<Good morning>, <name>! Can we talk?"
  Player "<Good morning>, Benjamin. Do you need anything?"
  Benjamin "Not really, I was just thinking about how hard it was to farm when I didn't have my machines and decided to give you a little help."
  Player "Machines?"
  Benjamin "Yes. For example, I have a machine that can turn weeds into hay. It was a bit expensive, but it's very useful."
  Player "Oh, that does sound useful indeed."
  Benjamin "So I thought I would offer you the chance of using it to get some hay without having to spend money. What do you think?"
  Player "That would be great, thank you Benjamin!"
  Benjamin "Let's see... why don't you collect 200 weeds from your farm and bring them to me when you can? I should be able to make 20 hay with that."
  Player "I'll do that! It shouldn't take me too long to get that many."
  Benjamin "Alright, see you later then."

  move villager Benjamin 44,10,8
  
  wait 30
  fade out
  wait 30
  js Managers.Villagers.removeVillagerEvent('Benjamin');
  fade in
  wait 20

  end cutscene
  accept benjamin-making-hay
