if global.Story<4{
if Yap=0 MsgBox.Msg="Welcome to Vapora village, a place with lots of water.            #As part of a sanitation policy, we've installed the first #public outhouse over in that stone building over there."
if Yap=1 MsgBox.Msg="Well, the water here is supposed to stay clean, and #that's the way we like it.         #So, please, use the outhouse."
if Yap=2 MsgBox.Msg="!"
}else{
if Yap=0 MsgBox.Msg="Welcome back to Vapora village.            #It's a lovely place, isn't it?              #You're a wonderful young boy. Perhaps you wish to #find a Fairy that can help give you advice?"
if Yap=1 MsgBox.Msg="If you want to find Fairies, look no further than the #cave of the north.           #...but if you're one of those schmoes from Stratos, I'll #have to shoo you away."
if Yap=2 MsgBox.Msg="!"
}

