if instance_number(FairyFlower) = 0 {
if Yap = 0 MsgBox.Msg = "NOOOOOOOOOOOO!               #You IDIOT! That was a Fairy Flower! You could've #KILLED the Fairy that was asleep in there!"
if Yap = 1 MsgBox.Msg = "Don't you know ANYTHING about these things?        #You don't pluck 'em or slice 'em!         #...but I do hear that if you put Magic Powder on them, #something good will happen!"
if Yap = 2 MsgBox.Msg = "...Of course, that kind of powder's only available back #in Central Town...        #I wish I could buy some, but I come from a cheap #family..."
if Yap = 3 MsgBox.Msg = "!"
} else {
if Yap = 0 MsgBox.Msg = "Hello, there!       #Do you see that red flower there?        #It's a Fairy Flower."
if Yap = 1 MsgBox.Msg = "Legend says that Fairies sleep within these #things for shelter.        #If you wanted to awaken it, you simply throw #some Magic Powder on the flower."
if Yap = 2 MsgBox.Msg = "However, you can only buy that kind of powder #back in Central Town...       #You know, the one with the big wall and the #castle with that supposedly lovely princess..."
if Yap = 3 MsgBox.Msg = "!"
}