if global.Story < 3{
if Yap = 0 {MsgBox.Msg = "Hello, "+global.Name+"...              #You may not know this, but there was a time when an #Elfling woman and her daughter were passing through #this land."
Talk=1
}
if Yap = 1 MsgBox.Msg = "After all, this was the only shoreline Sierr has.          #Anyway, I told this woman that there was one who #could speak their language...        #Tabitha, the Witch of Gaius."
if Yap = 2 MsgBox.Msg = "Whatever happened to this Elfling woman, I do not #know.             #...but I feel that you have known her daughter for such #a long time..."
if Yap = 3 MsgBox.Msg = "Oh... so her name is Tiel...            #You and Tiel are friends, aren't you?             #Great friends? Best friends? ...lovers?"
if Yap = 4 MsgBox.Msg = "Whatever your relationship with her, you must #remember that an Elfling's love always brings good #fortune.             #Prophecies have been fulfilled with an Elfling's love."
if Yap = 5 {MsgBox.Msg = "!"
Talk=0}
} else {
if Yap = 0 {MsgBox.Msg = "So... you met Yura, the Queen of the Fairies yet?          #She knows everything about everything.              #...except for maybe you and your Elfling friend."
Talk=1}
if Yap = 1 MsgBox.Msg = "Don't worry, your secret about you and Tiel is safe #with me.           #I wouldn't be surprised if the Princess knew about it, #too."
if Yap = 2 MsgBox.Msg = "Well, Cherlindrea said to me that Fairians have some #stronger extra-sensory powers, so even when she's #sleeping, she would probably know about your #adventures."
if Yap = 3 {MsgBox.Msg = "!"
Talk=0}
}