Guest User

Untitled

a guest
Jan 18th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.27 KB | None | 0 0
  1. <quips>
  2.     <if attempted="true" distance-under="250">
  3.         <s>Impressive, that's almost perfect!</s>
  4.         <s>Fantastic, you're simply a geo-phenomenon!</s>
  5.         <s>Yeah - you got it! Keep up the great work!</s>
  6.         <s>Bingo! That's spot on.</s>
  7.         <s>Nice work, you nailed it!</s>
  8.     </if>
  9.     <if attempted="true" distance-under="750">
  10.         <s>Good, that's just a stone's throw away!</s>
  11.         <s>That's good, keep it up!</s>
  12.         <s>Good, that's pretty impressive!</s>
  13.         <s>Not too shabby! You're on your way.</s>
  14.         <s>Close! You've got the right idea.</s>
  15.     </if>
  16.     <if attempted="true" distance-under="1500">
  17.         <s>That wasn't bad, but it wasn't great.</s>
  18.         <s>That's the general vicinity...</s>
  19.         <s>Better luck next time.</s>
  20.         <s>Not perfect, but you're on the right track.</s>
  21.         <s>Well, it could've been worse.</s>
  22.     </if>
  23.     <if attempted="true">
  24.         <s>You might want to consult an atlas.</s>
  25.         <s>Nope, that isn't even close!</s>
  26.         <s>You can do better than that!</s>
  27.         <s>Maybe the next one will be there...</s>
  28.         <s>Were you thinking of somewhere else?</s>
  29.     </if>
  30.     <if attempted="false">
  31.         <s>At least you didn't guess.</s>
  32.         <s>No clue, huh?</s>
  33.         <s>Maybe next time.</s>
  34.         <s>Time's up! You'll get the next one.</s>
  35.         <s>Don't worry, that one was pretty tough.</s>
  36.     </if>
  37. </quips>
Add Comment
Please, Sign In to add comment