if ds_list_find_index(global.KHDB,"TTWELKIN") = -1{
if Yap = 0 {Talk=1
MsgBox.Msg= "#...what's that smell?        #It smells like... mmm... something delicious..."
}
if Yap = 1 {
MsgBox.Msg= "Oh, you're selling Twelkin Buns?         #Can I have some, please?         #I'll pay you "+string((global.TielHeart+1)*10)+" Ryubies for them..."
MsgBox.QTxt="Sure thing!#...no, thanks."
MsgBox.Question = 2
MsgBox.QChoose = 0
}
if Yap = 2 {
if MsgBox.QChoose = 0 {MsgBox.Msg= "#Oh, thank you, "+global.Name+"!!      #..."
global.Cash += (global.TielHeart+1)*10
if global.Cash > 999 global.Cash = 999
global.TielLove += 25
} else MsgBox.Msg= "#...well, it just smells so good. #I thought it might taste good, too..."
MsgBox.Question = 0
}
if Yap = 3 {
if MsgBox.QChoose = 0 MsgBox.Msg= "#...wow, they really ARE good!         #You should bring more over sometime!" else MsgBox.Msg= "!"
}
if Yap = 4 {MsgBox.Msg= "!"
if MsgBox.QChoose = 0 {ds_list_add(global.KHDB,"TTWELKIN")
global.SQItemA = 0
if global.Story < 4 Dialog = "Scripts/SecondTiel.txt" else Dialog = "Scripts/ThirdTiel.txt"
MsgBox.Letter = 1
Talk=0
}
}

}else{
if Yap = 0 { MsgBox.Msg = "...do I smell more Twelkin Buns?       #I know I probably shouldn't, but can I have them, #pleeeease, "+global.Name+"?         #I'll still pay you "+string((global.TielHeart+1)*10)+" Ryubies..."
MsgBox.QTxt="Sure thing!#...no, thanks."
MsgBox.Question = 2
MsgBox.QChoose = 0
Talk=1
}

if Yap = 1 {if MsgBox.QChoose = 0 {MsgBox.Msg ="#Oh, thank you, "+global.Name+"!        #I just love these buns of yours!"
global.Cash += (global.TielHeart+1)*10
if global.Cash > 999 global.Cash = 999
global.TielLove += 25
} else MsgBox.Msg = "#...but they're so delicious..."
MsgBox.Question = 0}

if Yap = 2 {MsgBox.Msg= "!"
if MsgBox.QChoose = 0 {global.SQItemA = 0
if global.Story < 4 Dialog = "Scripts/SecondTiel.txt" else Dialog = "Scripts/ThirdTiel.txt"
MsgBox.Letter = 1
Talk=0}

}
}
if global.SQItemA != 1 {
Dialog = "Scripts/SecondTiel.txt"
execute_file(Dialog)}