if global.SQItemC != 6{
if Yap = 0 MsgBox.Msg="Guess what?       #My upcoming play, The Tinder Box, is almost ready!       #You can buy your tickets today!"

if Yap = 1{MsgBox.Msg= "It'll be a great show for a date night!        #So, would you like to buy some?        #It's only 70 Ryubies..."
MsgBox.QChoose =0
MsgBox.Question =2
MsgBox.QTxt= "Sure, I'll buy some.#No, thanks."
}

if Yap = 2{if MsgBox.QChoose = 0{
if global.Cash < 70 MsgBox.Msg="...oh, low on cash, huh?       #Don't worry, I can keep the show on hold.        #I can't wait for you to see it!"
if global.SQItemC = 0 and global.Cash >= 70 {
global.Cash -= 70
MsgBox.Msg="Oh, you got TWO tickets!       #...sorry, no refunds.       #Looks like if you're going to see the show, #you'll need a friend..."
MsgBox.QChoose=3
} 
if global.SQItemC != 0 and global.SQItemC != 6 MsgBox.Msg="Oh, wait...      #You'd better deliver that letter for your #lady friend first.       #Sometimes, the best romances write themselves."
}else MsgBox.Msg="...hey, I run on a shoestring budget, so every ticket #sale helps.        #Besides, each ticket benefits the community!      #Don't you want to help the community?"
MsgBox.Question =0
}

if Yap = 3{
if MsgBox.QChoose=3 MsgBox.Msg="I know!       #You should bring your girlfriend over!       #I'm certain she'll love it..." else MsgBox.Msg="!"
}

if Yap = 4 MsgBox.Msg="In fact, I'll be ready by the time you have a #date ready!       #No, really."

if Yap = 5 {MsgBox.Msg="!"
global.SQItemC = 6}

} else {
if Yap = 0 MsgBox.Msg="Hey, you've already got your tickets.        #Now, you'll need a date to see the show.          #Don't you know any cute girls in your hometown?"
if Yap = 1 MsgBox.Msg="!"
}