if global.SQItemA!=1{
if Yap=0 MsgBox.Msg="I am sooooo... soooo hungry.              #Somebody, get me a munchie!          #Get me a munchie!           #FEED ME!"
if Yap=1 MsgBox.Msg="!"
}else{
if Yap=0 {MsgBox.Msg="#Ooh, Twelkin Buns!            #Would you take... 21 Ryubies for them?"
MsgBox.QTxt="Sure#Uhh... no"
MsgBox.Question=2
}
if Yap=1 {if MsgBox.QChoose=0 {MsgBox.Msg="Oh, goodie, goodie!            #Let me tell you something good!           #Under one of the rocks of King Ghidra's lair, you'll #find one of the many Heart Pieces in the world."
global.Cash+=21
}else {MsgBox.Msg="#...come on! You can't possibly lose out on this deal!          #Let me have one! LET ME HAVE ONE!!!"
MsgBox.QChoose=1
}
MsgBox.Question=0
}
if Yap=2 {
if MsgBox.QChoose=0 MsgBox.Msg="...that is, if you didn't get it already.          #I wouldn't blame you if you didn't.         #I mean, a lot of people fear King Ghidra..." else MsgBox.Msg="!"
}
if Yap=3 {MsgBox.Msg="!"
global.SQItemA=0}
}