if global.Story<3{
if Yap = 0 MsgBox.Msg="...Yeah. What he said.           #Anyone may enter the castle.            #The king likes his open-door policy."
if Yap = 1 MsgBox.Msg="!"
}
if global.Story=3{
if Yap = 0 MsgBox.Msg="#What? You expect me to leave my post?         #Don't you know how much I get paid for this job?"
if Yap = 1 MsgBox.Msg="!"
}
if global.Story>3{
if Yap = 0 MsgBox.Msg="Here I am, protecting the castle.           #...and you expect ME to help find the princess?           #No way, kid. She's not my type."
if Yap = 1 MsgBox.Msg="!"
}