if global.SQItemA != 1{
if Yap = 0 MsgBox.Msg="I'm rather hungry...         #Do you have any Twelkin Buns?        #I hear they're rather popular back in Incendia..."
if Yap = 1 MsgBox.Msg="!"
}else{
if Yap = 0 {MsgBox.Msg="Whoa... Those are Twelkin Buns!         #I'll pay you 25 Ryubies if you give them to me.        #Is that all right?"
MsgBox.QChoose = 0
MsgBox.Question = 2
MsgBox.QTxt= "Okay#No, thanks"
}
if Yap = 1 {if MsgBox.QChoose=0 {MsgBox.Msg="Mmmm... these really ARE good!         #Wanna know a secret?          #Well, it involves slamming your head into things..."
global.Cash+=25
MsgBox.Question=0
} else {MsgBox.Msg="#...d'aww...        #I wanted some buns..." 
MsgBox.Question=0}
}

if Yap = 2 {if MsgBox.QChoose=0 MsgBox.Msg="I hear there's something in the tree southwest in the #field out there.            #...Maybe you have it already, maybe you don't.          #Check it out, okay?" else MsgBox.Msg="!"
}
if Yap = 3 {MsgBox.Msg="!"
global.SQItemA = 0}
}