if Yap = 0 {
Talk = 1
MsgBox.Msg= "Hello again, "+global.Name+"...     #I heard everything from Yura.       #You're going to have to save the princess."
}

if Yap = 1 MsgBox.Msg= "I told Tiel everything, too. ...but as soon as I told her, #she just ran away.      #...that's rather troublesome, considering that you #need her to help you find one of the amulets."

if Yap = 2 MsgBox.Msg= "#Do you know what's gotten into her, "+global.Name+"?"

if Yap = 3 MsgBox.Msg= "...anyway, I'm pretty sure she's in a field of flowers.       #She said something about something like that in the #woods you usually go to..."

if Yap = 4 MsgBox.Msg= "#Please, talk some sense into her.        #Okay?"

if Yap = 5 {
Talk = 0
MsgBox.Msg= "!"
}
