if Yap = 0 MsgBox.Msg = "So... are you here to have a drink?          #Well, we have milk, juice, and...           #Well, milk and juice.          #That's all we can produce around here."
if Yap = 1 MsgBox.Msg = "#Anyway, here's what I've been hearing around #recently..."

if global.Story < 2 {
if Yap = 2 MsgBox.Msg = "You know your lady friend, Tiel?            #When you're not in town, she paints stuff, sings some #wonderful songs, and occasionally takes a bath at the #local bath house."
if Yap = 3 MsgBox.Msg = "Some days, she even does some... well, puckering.         #She usually does that while staring out into space.          #...could you explain that?"
}

if global.Story < 4 and global.Story > 1 {
if Yap = 2 MsgBox.Msg = "Tabitha has a limited form of an extra-sensory power.          #She can see your adventures unfold.         #...and she always tells us all about them."
if Yap = 3 MsgBox.Msg = "Tiel seems to love your adventures the most.        #She loves hearing about how you fight your way #through the shrines.             #...but that's what I hear."
}

if global.Story = 4 and ds_list_find_index(global.KHDB,"Lands/DeepWoodsB.txt3") = -1{
if Yap = 2 MsgBox.Msg = "Your Elfling friend, Tiel, left toward the south grove.           #She ran away crying after hearing about the Princess #being kidnapped.           #Why? Maybe it's a girl thing."
if Yap = 3 MsgBox.Msg = "...if you have any heart, much less want to continue #your journey, you have to meet her in the grove.           #She listens to you.         #She always has."
}

if global.Story = 4 and ds_list_find_index(global.KHDB,"Lands/DeepWoodsB.txt3") != -1{
if Yap = 2 MsgBox.Msg = "...well, I've been gossiping about Tiel around you #mostly because I don't know what other subject I can #bring up around you.         #You don't really give me much to work with."
if Yap = 3 MsgBox.Msg = "#I'm sorry, but that's all I can bring up.          #It's not bad, is it?"
}

if Yap = 4 MsgBox.Msg = "Come back later when we have other stories #to tell you!       #...it'll be worth it."
if Yap = 5 MsgBox.Msg = "!"