if global.Story<4{
if Yap=0 MsgBox.Msg="#Welcome to Incendia village.            #The desert wasn't hard to traverse, was it?"
if Yap=1 MsgBox.Msg="Speaking of hard to traverse, I am fully aware that #this village has so many buildings and so many roads #that all look alike."
if Yap=2 MsgBox.Msg="...to make your job easier, here's what you need to #know...          #North of the oasis is the town shop.        #Directly west of the oasis is a poor home."
if Yap=3 MsgBox.Msg="...and on the southernmost road, you'll find the #business of Mr. Twelkin himself.           #He sells some delicious buns that everyone loves."
if Yap=4 MsgBox.Msg="#There are some other houses, too... but even I have a #hard time tracking them, too."
if Yap=5 MsgBox.Msg="!"
}else{
if Yap=0 MsgBox.Msg="This is Incendia village... but you know that already.          #You've been heard it before.         #Anyway, here's a brief recap of the buildings..."
if Yap=1 MsgBox.Msg="Mr. Twelkin's home is on the southernmost road.           #The town shop's north of the oasis.         #There's a poor house west of the oasis."
if Yap=2 MsgBox.Msg="#...and some other buildings are here and there...          #even I get lost in this city."
if Yap=3 MsgBox.Msg="!"
}