if Yap=0 MsgBox.Msg="#Hey, you brought the spear back!         #I guess the princess was right to trust you."

if Yap=1 MsgBox.Msg="#Thanks to you, we don't have to waste any tax Ryubies #on a single spear."

if Yap=2 MsgBox.Msg="...so, as a reward, you shall recieve this Heart #Piece, from her personal collection.       #I'm sure you can use it."

if Yap = 3 {
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.SabHeart+=1
global.SabLove +=30
global.SQItemD = 0
ds_list_add(global.KHDB,"SPEAR")
Dialog="Scripts/SabrinaC.txt"
}
