if global.Story = 4 and instance_number(ElphWand) >0 and instance_number(TabNecklace) >0 and instance_number(CherRing) >0 and instance_number(AlmStaff) >0{
if Yap=0 MsgBox.Msg= "So, you've retrieved all the amulets?            #I never doubted you for an instant.              #Now, head upstairs and go save my daughter!"

if Yap=1 MsgBox.Msg= "...well, I don't mean to rush you, but...          #I really want her back.              #She's my only heir."

if Yap=2 MsgBox.Msg="!"
} else {
if Yap = 0 MsgBox.Msg = "I know you did your best to save her, but don't give up.       #You already saved the Four Witches... but they'll need #their four Amulets before they can truly help you."

if Yap = 1 MsgBox.Msg = "If you can find them, bring them upstairs.        #I'll get the Four Witches to come here, and they will #help you save her."

if Yap = 2 {
if instance_number(CrystalSword) = 0 {
MsgBox.Msg = "...but first, I would recommend that you go to Vapora #to find Sabrina's real mother.        #She lives in a cave north of Vapora village."
} else {MsgBox.Msg = "You have to save my daughter!         #She's not just important to the kingdom...       #She's important to the land as we know it."}
}

if Yap = 3 MsgBox.Msg = "!"
}