This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var questions = { | |
0: { | |
name: "name", | |
intro: true, | |
question: ["Hi.", "I'm Jordan Staniscia", "Might I ask what your name is?"], | |
answers: { | |
"default": { | |
replies: ["That's a good name.", "Names are a funny thing", "It's one of the only decisions you don't make yourself"] | |
}, | |
"jordan staniscia": { |