if Yap = 0 {
GameCam.x = x+8
GameCam.y = y+40
GameCam.z = z+12
GameCam.direction = point_direction(GameCam.x,GameCam.y,x,y)
MsgBox.Msg="Ah... "+global.Name+"... Well, I see you made it all the #way here, just to visit me.       #I would have destroyed the old bags that led you here, #but that wouldn't be sporting, now, would it?"
}

if Yap = 1 {
Rick.visible = 1
Rick.Talk = 0
MsgBox.Msg = "#Besides... I want you to see how important this woman #will be to me..."
}

if Yap =2{
Focus = 0
Rick.visible = 1
Rick.Talk = 0
GameCam.direction = 90
GameCam.x = Altar.x
GameCam.y = Altar.y+64
GameCam.z = Altar.z+12
MsgBox.Msg = "#Look at her... sleeping away without a care in the #world..."
}

if Yap =3{
Focus = 0
Rick.visible = 1
Rick.Talk = 0
MsgBox.Msg = "Her lips are so inviting...       #though mine cannot touch them yet...        #But when they do, you humans will be no more."
}

if Yap =4{
Focus = 1
GameCam.x = Altar.x+32
GameCam.y = Altar.y
GameCam.z = Altar.z+12
GameCam.direction =point_direction(GameCam.x,GameCam.y,Rick.x,Rick.y)
Rick.visible = 1
Rick.Talk = 1
MsgBox.Msg = "#Verne, why do you have to do this?"
}

if Yap =5{
Focus = 0
GameCam.direction =point_direction(GameCam.x,GameCam.y,x,y)
Rick.visible = 0
Rick.Talk = 0
MsgBox.Msg ="Because, "+global.Name+", humans are the bane of all #magic. They kill both Fairies and Dragons, driving #them both on the road to extinction."
}

if Yap =6{
Focus = 0
Rick.visible = 0
Rick.Talk = 0
MsgBox.Msg = "If humans no longer existed, the world would be a #better place. Humans cause destruction. All the evils #of the world will die with humanity."
}

if Yap =7{
Focus = 0
GameCam.x = Altar.x+32
GameCam.y = y-64
GameCam.direction =point_direction(GameCam.x,GameCam.y,Altar.x,Altar.y)
DeadSabrina.image_index = 9
Rick.visible = 1
Rick.Talk = 0
MsgBox.Msg = "All I have to do is make Princess Sabrina my bride...     #With the right spell, I shall make her reveal her true #Fairian form...      #And then, make her mine..."
}

if Yap =8{
MsgBox.Msg = "#However, I have hit a bump in the road...      #I need one crucial ingredient to finish the spell..."
}

if Yap =9{
GameCam.x = Altar.x-64
GameCam.y = Altar.y
GameCam.z = Rick.z+16
GameCam.direction= point_direction(GameCam.x,GameCam.y,Rick.x,Rick.y)
Rick.visible = 1
MsgBox.Msg = "#That is the blood of a gullible young Dragon-slayer."
}

if Yap =10{
MsgBox.Msg = "Yes, that's why I made you face my brothers. With #their bloodshed, you would be forever tainted as a #murderer of Dragons, like your father before him."
}

if Yap =11{
GameCam.x = Altar.x+32
GameCam.y = Altar.y+80
GameCam.z =Altar.z+24
GameCam.direction = point_direction(GameCam.x,GameCam.y,x,y)
DeadSabrina.image_index = 7
MsgBox.Msg = "#Once you're dead, I'll use your blood to make her #TRULY mine forever."
}

if Yap =12{
GameCam.direction =direction+180
GameCam.x = x+40*sin((GameCam.direction+270)*pi/180)
GameCam.y = y+40*cos((GameCam.direction+270)*pi/180)
GameCam.z = z+12
GameCam.direction =direction+180
MsgBox.Msg = global.Name+"... I am Wyverne Balzoda, Son of #Ghidra and the mortal Fiona. Dragon blood runs #through my veins. You have shed much Dragon #blood..."
}

if Yap =13{
GameCam.direction =direction+180
GameCam.x = x+10*sin((GameCam.direction+270)*pi/180)
GameCam.y = y+10*cos((GameCam.direction+270)*pi/180)
GameCam.z = z+10
MsgBox.Msg = "#Let's see you shed mine!"
}

if Yap =14{
MsgBox.Act = 2
Yap = 0
Active = 2
Rick.Auto = 0
Rick.Strafe = 0
Targeted = 0
GameCam.CineMode = 0
global.CreateZ = z
instance_create(x,y,EarlyVerne)
sound_loop(FinalBossA)
instance_destroy()
with Firewall{
Active = 1}
d3d_set_fog(true,c_yellow,2,1000)
}