if Yap = 0 {
GameCam.x = Rick.x-4
GameCam.y = Rick.y-144
GameCam.z = Rick.z+16
GameCam.direction = 270
MsgBox.Voice = 1
MsgBox.Msg = "Young hero... "+global.Name+"...      #I knew you would have to come someday.      #That is why I led you here..."}

if Yap = 1 {
Activate = 2
GameCam.x = x
GameCam.y = y+64
GameCam.z = z+4
GameCam.direction = 90
alarm[1]=2
MsgBox.Msg = "My name is Yura, Queen of all the Fairies.      #I see many things throughout the land.       #Past, present, future...      #and the many events within them."
}

if Yap = 2 MsgBox.Msg = "#My daughter was kidnapped by the evil Dragonian...         #right?"

if Yap = 3 MsgBox.Msg = "#It is as I predicted..."

if Yap = 4 {
GameCam.x = Rick.x-64
GameCam.y = Rick.y-144
GameCam.z = Rick.z+8
GameCam.direction = point_direction(GameCam.x,GameCam.y,Rick.x,Rick.y)
MsgBox.Msg = "#I have chosen you because you would be very special #to my daughter, Sabrina... And she knows it, too."}

if Yap = 5 MsgBox.Msg = "Ever since you were a baby, and when your father was #helping fight off the Dragons, I knew you would be #important to my daughter... You could be the trigger #to stop the end of humanity."

if Yap = 6 MsgBox.Msg = "You see... if a Fairian, such as my daughter, was given #a kiss of true love... she would no longer be half-Fairy #or half-human."

if Yap = 7 MsgBox.Msg = "If my daughter is kissed by a human, she becomes #human. If she was to be kissed by a Fairy, she'd #become a Fairy."

if Yap = 8 MsgBox.Msg = "However, the Dragonian cannot give her such an #enchanting kiss...      #There never has been or ever will be true love between #a Fairian and a Dragonian."

if Yap = 9 {
GameCam.x = x
GameCam.y = y+120
GameCam.z = z
GameCam.direction = 90
MsgBox.Msg ="...but there is a dark ritual that could make such a #magical kiss possible... though it is not one of true #love..."
}

if Yap = 10 MsgBox.Msg = "When certain circumstances are met, and when a #Fairian is in her true form, such an evil kiss can be #achieved.       #If such a kiss happens..."

if Yap = 11 MsgBox.Msg = "My daughter would forever live her life as a Dragon, #he would live his life as a Fairy... and the human #sides would be no more... and so would humanity #as we know it."

if Yap = 12 MsgBox.Msg = "#I know she would be eternally unhappy as a Dragon...       #She would rather die than live like that..."

if Yap = 13 {
GameCam.x = Rick.x-80
GameCam.y = Rick.y-80
GameCam.z = Rick.z+12
GameCam.direction = point_direction(GameCam.x,GameCam.y,Rick.x,Rick.y)
MsgBox.Msg ="While I am unsure about what your feelings for her #are, I know you understand your duty.        #If you don't do it for your whatever your feelings #are for her, at least do it for the fate of our world."}

if Yap = 14 {
MsgBox.Voice = 0
MsgBox.Msg = "#..."}

if Yap = 15 {
GameCam.x = x-16
GameCam.y = y-32
GameCam.z = Rick.z+28
GameCam.direction = point_direction(GameCam.x,GameCam.y,Rick.x,Rick.y)
sprite_index = FairyQueenU
MsgBox.Voice = 1
MsgBox.Msg = global.Name+"...     #If you wish to face the Dragonian, I will give you a #sword that's known to cut even metal.      #...a crystal sword."
}

if Yap = 16 MsgBox.Msg = "#Take it...         #Take it, and let its power flow through you."

if Yap = 17 {
GameCam.x = Rick.x-32
GameCam.y = Rick.y-96
GameCam.z = 136
GameCam.direction = point_direction(GameCam.x,GameCam.y,Rick.x,Rick.y)
sprite_index = FairyQueenD
Dialog = "Scripts/Yura3.txt"
instance_create(Rick.x,Rick.y-1,YuraSword)
MsgBox.Msg = "!"
}