:martin_dog_missing
  if switch knowAboutPom
    Martin "<hideName>If you see my little dog Pom anywhere, please let me know. Once I find her I'll go back home."

    if switch checkedPom
      play event found_pom
    end

    return
  end

  Martin "<hideName>If they sent you here to convince me to go home, forget it. I won't leave without my dog."
  Martin "<hideName>Little Pom is probably scared somewhere, but I know she'll come back to me so I won't leave this place yet."
  Martin "<hideName>If you see her anywhere, please let me know."
  switch knowAboutPom ON
  meet Martin

  if switch checkedPom
    play event found_pom
    return
  end

  accept find-pom

:found_pom
  Player "I saw her up in the mountains, near some dead trees."
  Martin "<hideName>Really? I'm going to go get her right now!"
  start cutscene
  switch martinLeftTheCave
  through Martin on
  speed Martin 4
  move villager Martin 52,71,6
  wait for Martin
  turn Player down
  move villager Player 52,67,2
  through Martin off
  Player "<...:async>"
  move villager Martin 57,71,2
  wait for Martin
  move villager Martin 57,73,2
  move villager Player 52,71,6
  wait for Martin
  remove villager Martin

  wait for Player
  # wait 30
  create villager Martin 57,73,8
  speed Martin 3
  move villager Martin 57,72,8
  wait for Martin
  move villager Martin 57,71,4
  create villager Pom 57,73,8
  speed Pom 3
  move villager Pom 57,72,8
  wait for Martin
  Martin "<hideName>You were right, she was right there! Thank you so much!"
  Martin "<hideName>By the way, who are you? I've never seen you around here."
  Player "I'm <name>. I moved in to that nearby farm."
  Martin "<hideName>Oh, nice to meet you <name>! I am Martin, representant of the famous Miner's Guild."
  Martin "We no longer have a branch here in Orange Town, but I'll come to the blacksmith's shop every tuesday to sell ores."
  Martin "As a way to thank you for finding Pom, I'll let you have my old hammer. I left it in a chest near the mine carts."
  Player "A hammer could be very useful, thank you!"
  Martin "No, thank you! And see you later!"
  move villager Pom 57,73,remove
  move villager Martin 57,73,remove
  wait for Pom
  wait for Martin

  end cutscene
  wait 2
  complete find-pom

:check_pom
  switch checkedPom ON

  if not switch knowAboutPom
    Player "This dog looks scared. Maybe she's lost? I should try to find her owner."
    return
  end

  Player "This must be Pom. She looks really scared. I should tell her owner where she is."
