if Yap = 0 MsgBox.Msg= "Hel-lo! Aren't you an attractive guy!           #No doubt you're looking to woo an adorable lady #you know and love, right?"

if Yap = 1 MsgBox.Msg= "It just so happens that I run this flower shop!        #Everyone knows that it's a tradition to bring #a girl you really like some lovely #flowers, right?"

if Yap = 2 MsgBox.Msg= "...of course, with a face like yours, combined with #rare, exotic flowers like mine, a girl would instantly #fall in love with you!"

if Yap = 3 MsgBox.Msg= "#Okay, maybe I'm exaggerating, but you ARE a cutie...       #Anyway, to business..."

if Yap = 4 MsgBox.Msg= "You can either buy our flowers, or sell some of #the usual wildflowers that grow all over Sierr.        #Either way, it's good business."

if Yap = 5{ MsgBox.Msg= "#So, what would you like to do? #Buy or Sell?"
MsgBox.QTxt="Buy Exotic Flowers#Sell Flowers#Neither"
MsgBox.Question = 3
MsgBox.QChoose = 0
}

if Yap = 6 {if MsgBox.QChoose = 1 {MsgBox.Msg= "Well, with all the flowers you have, that would make #"+string(ceil(global.Flowas/2))+" of those Ryubies for you.       #Is it a deal?"
MsgBox.QChoose = 0
MsgBox.Question = 2
MsgBox.QTxt = "It's a deal#No deal"
} else {MsgBox.Msg="Let's see... we've got some lovely Red Tulips, #those Purple Cotton things, some red ones that are #supposed to be Hibiscus, and Golden Daffodils."
MsgBox.Question = 0}
if MsgBox.QChoose = 2 Yap = 11
}

if Yap = 7 {if MsgBox.Question = 0{MsgBox.Msg= "#What would you like?"
MsgBox.QChoose = 0
MsgBox.QTxt="Red Tulip- 60 Ryubies#Purple Cotton- 20 Ryubies#Hibiscus- 120 Ryubies#Golden Daffodil- 80 Ryubies#None of them"
MsgBox.Question = 5}
else {if MsgBox.QChoose = 0 Yap = 9 else Yap = 11}
}

if Yap = 8 { 
MsgBox.Question = 0
if global.SQItemA = 0{
if MsgBox.QChoose = 0 {if global.Cash >= 60 {MsgBox.Msg= "Ah! A Red Tulip!         #Don't confuse these things with roses.        #...but they're still just as sweet.       #Ladies love them!"
global.Cash -= 60
global.SQItemA = 2} else MsgBox.QChoose = 8}
if MsgBox.QChoose = 1 {if global.Cash >= 20 {MsgBox.Msg= "The Purple Cotton?        #Quite a few people are allergic to this stuff.       #They're pretty cute flowers in my opinion.       #Good luck with this one!"
global.Cash -= 20
global.SQItemA = 3} else MsgBox.QChoose = 8}
if MsgBox.QChoose = 2 {if global.Cash >= 120 {MsgBox.Msg= "HiBIScus?        #I don't know why they insist it's a Hibiscus...       #It looks more like a petunia to me...       #Oh, well... at least it's edible." 
global.Cash -= 120
global.SQItemA = 4} else MsgBox.QChoose = 8}
if MsgBox.QChoose = 3 {if global.Cash >= 80 {MsgBox.Msg= "...a Golden Daffodil? Really?       #It's a wonder how even bulbs can grow to become #such pretty little things like this.       #Your lady friend should like it!"
global.Cash -= 80
global.SQItemA = 5} else MsgBox.QChoose = 8}
{if MsgBox.QChoose = 8 MsgBox.Msg= "#...sorry, but you don't have enough money...        #...but wildflowers can do just as well..."}
if MsgBox.QChoose = 4 Yap = 11
} else{
if global.SQItemA = 1 MsgBox.Msg= "HOLD IT!        #We can't let you have a fancy flower while you #are holding those Twelkin Buns!         #It'll ruin its romancing fragrance!" else MsgBox.Msg= "Whoa, whoa, whoa! Wait a minute!       #One exotic flower per customer!       #Just give that flower to your girlfriend, THEN #you can have another one."
}
}

if Yap = 9 {MsgBox.Msg="#It's a pleasure doing business with you!"
if MsgBox.Question = 2 {
MsgBox.Question = 0
global.Cash+= ceil(global.Flowas/2)
global.Flowas=0
if global.Cash > 999 global.Cash = 999
}
}

if Yap = 10 MsgBox.Msg = "!"

if Yap = 11 {
MsgBox.Question = 0
MsgBox.Msg="#...well, if you need any flowers, call me."
}

if Yap = 12 MsgBox.Msg = "!"