if global.SQItemA != 1{
if Yap = 0 MsgBox.Msg = "Hello there, kid!        #Want to make people happy while making honest #money?"
if Yap = 1 MsgBox.Msg = "#Well, I've got just the stuff for you!         #Twelkin Buns! Made by yours truly, Mr. Twelkin!"
if Yap = 2 MsgBox.Msg = "Here's the deal, kid...        #First, you pay me 20 Ryubies for a box of delicious #Twelkin Buns!        #...it's to make sure I get something out of it."
if Yap = 3 MsgBox.Msg = "Second, you sell them to anyone who wants them.        #Now, who would want them? Well, that's easy:        #hungry people... or maybe your girlfriend.        #Girls will LOVE your buns!"
if Yap = 4 {MsgBox.Msg = "#So, kid... want to sell some tasty Twelkin Buns?"
MsgBox.Question = 2
MsgBox.QChoose = 0
MsgBox.QTxt = QTxt
}
if Yap = 5 {
MsgBox.Question = 0
if MsgBox.QChoose =0 {
if global.Cash < 20 MsgBox.Msg = "Oh, you can't buy it, can you?         #Maybe you can come back after whupping a few goons.       #Really, the ladies love 'em!"
if global.SQItemA != 0 MsgBox.Msg = "Whoa, whoa, whoa, kid...        #You can't sell Twelkin Buns while you have exotic #flowers on you!         #It'll ruin that girl-catching aroma!"
if global.Cash >= 20 and global.SQItemA= 0 {MsgBox.Msg = "#Oh, good! Thank you for your business!        #It'll help increase traffic here if you sell some for me."
global.SQItemA = 1
global.Cash -= 20
}
}else MsgBox.Msg = "#Well, if you want to earn some money, just ask.        #I've got plenty of buns!"
}

} else{
if Yap = 0 MsgBox.Msg = "Come back once you've sold some buns!        #If you're having a hard time selling them, just #remember, your girlfriend is always a loyal #customer!"
if Yap = 1 MsgBox.Msg = "!"
}
if Yap = 6 MsgBox.Msg = "!"