if Yap = 0 MsgBox.Msg="#Oh, so this is a return letter?      #Hmm... yeah, I need to brush up on my Elfling text..."

if Yap = 1 MsgBox.Msg="Sure, I'll send it across the sea for you!       #I'll be glad to help two people communicate with each #other!"

if Yap = 2 MsgBox.Msg="#Hey, there's another note here! It's addressed to some #guy named "+global.Name+"..."

if Yap = 3 MsgBox.Msg="#Wait, that's you?          #Okay, then, I'll read it..."

if Yap = 4 MsgBox.Msg=chr(34)+"Dear "+global.Name+",           #Here's another piece of my heart, from me to you!        #Take good care of it!#                                     Love, Tiel"+chr(34)

if Yap = 5 MsgBox.Msg="...actually, the "+chr(34)+"Love"+chr(34)+" part is a little scratched over #with the pen, but she's not fooling anyone.        #After all, THIS thing's inside, too... somehow..."

if Yap = 6 {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
global.TielHeart+=1
global.TielLove +=15
global.SQItemC = 0
ds_list_add(global.KHDB,"RTLETR")
Dialog = "Scripts/MailGirl.txt"
}