if Yap = 0 MsgBox.Msg = "#What? Is that what I think it is?        #That boy from Stratos sent this letter, right?"
if Yap = 1 MsgBox.Msg = "Let's see... "+chr(34)+"Dear Charlotte,       #I know my family won't let you come here, but #I love you so much. I miss you."
if Yap = 2 MsgBox.Msg = chr(34)+"Charlotte, I'm coming down to Gaius.      #I want to ask you a very important question, in #person."+chr(34)+"       #Wow..."
if Yap = 3 MsgBox.Msg = "...a very important question?       #"+global.Name+", I think he wants to marry me!        #Isn't that great?"
if Yap = 4 MsgBox.Msg = "#Oh, my heart swells with such joy...       #I want you to have this in return!"
if Yap = 5 {
with MsgBox {instance_destroy()}
sound_play(ItemGet)
instance_create(Rick.x,Rick.y,ItemBought)
ItemBought.Sig = 9
Yap = 0
Targeted = 0
Rick.visible = 1
Active = 2
alarm[2] = 2
ds_list_add(global.KHDB,"LOVLETR")
global.SQItemB=0
Dialog="Scripts/GaiusRH.txt"
}

