if global.Story<4{
if Yap=0 MsgBox.Msg="Um... excuse me...           #You see, I'm lost...          #Can anyone tell me where to find the store in town?"
if Yap=1 MsgBox.Msg="Oh, you're not from around here?        #Sorry, mister...            #I'll ask someone else..."
if Yap=2 MsgBox.Msg="!"
}else{
if Yap=0 MsgBox.Msg="Why can't I find my way around this blasted city?           #I've been told that if you're lost, you should just stay #right where you are."
if Yap=1 MsgBox.Msg="#...but if I just stay where I am, wouldn't I still be lost?        #That's not very good advice..."
if Yap=2 MsgBox.Msg="!"
}