if global.Story < 4 {
if Yap = 0 MsgBox.Msg = "You know your lady friend, Tiel?           #Don't you love her paintings?         #I mean, you always keep getting her best works..."
if Yap = 1 MsgBox.Msg = "#Especially that painting of you and your father.        #She has an amazing visual memory."
if Yap = 2 MsgBox.Msg = "!"
}else {
if Yap = 0 MsgBox.Msg = "#...man, I'm hungry.         #Do you have any snacks?"
if Yap = 1 MsgBox.Msg = "!"
}

if global.SQItemA = 1 {
if Yap = 0 {MsgBox.Msg = "...Wow! I've heard of these things!         #Can I have your Twelkin Buns, please?         #I'll pay 30 Ryubies..."
MsgBox.QTxt = "Certainly!#Nah..."
MsgBox.QChoose = 0
MsgBox.Question = 2
}

if Yap = 1 {if MsgBox.QChoose = 0 {
global.Cash += 30
MsgBox.Msg = "Great! Let me tell you something special about Tiel.      #...She's a sucker for these kinds of things, too.        #She'll never admit it, though."
} else MsgBox.Msg = "D'awwww...       #I thought you wanted some cash...      #and some dating tips..."
MsgBox.Question = 0
}
if Yap = 2 {if MsgBox.QChoose = 0 MsgBox.Msg = "#She'd probably pay you more, too...       #if she trusts you with her heart." else MsgBox.Msg = "!"}
if Yap = 3 MsgBox.Msg = "#Actually, this could also apply with other girls your #age, but let's face it, Tiel's always had her eye on you."
if Yap = 4 {MsgBox.Msg = "!"
if MsgBox.QChoose=0 global.SQItemA = 0}
}


