Skip to content

Instantly share code, notes, and snippets.

@secretdataz
Created September 4, 2018 12:28
Show Gist options
  • Select an option

  • Save secretdataz/317118f9b568aba235bf8d2de9139c5c to your computer and use it in GitHub Desktop.

Select an option

Save secretdataz/317118f9b568aba235bf8d2de9139c5c to your computer and use it in GitHub Desktop.
ให้ทาย
guess = function (text) {
guess_responses = [ "ให้ทาย", "ยอมแล้วเฉลยที", "ยอมจริงยอมปลอม" ]
return guess_responses[(guess_responses.indexOf(text) + 1) % guess_responses.length]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment