if Yap=0 {MsgBox.Msg="#Hey, you brought the spear back!         #Good boy, "+global.Name+", good boy!"
Talk=1
}

if Yap=1 MsgBox.Msg="#I'm sure that guard will be happy to be standing at #his post again, and ready to defend himself."

if Yap=2 MsgBox.Msg="#Anyway, as Princess of Sierr, I reward you with this #Heart Piece, from my own collection."

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/SabrinaB.txt"
Talk=0
}
