if Yap = 0 {MsgBox.Msg= "#So... you've got yourself a date, right?        #When do you expect her to be here?"
Targeted=0
Rick.Strafe=0
}

if Yap = 1 {
global.CreateZ = PointE.z
with DoorBlock{zHeight=1
}
instance_create(PointE.x,PointE.y,FollowingTiel) 
FollowingTiel.Dialog = "Scripts/TielDating.txt"
GameCam.CineMode = 2
GameCam.direction =point_direction(GameCam.x,GameCam.y,FollowingTiel.x,FollowingTiel.y)
FollowingTiel.direction=point_direction(FollowingTiel.x,FollowingTiel.y,Rick.x,Rick.y)
FollowingTiel.speed=3
MsgBox.Msg= "#Hey, "+global.Name+"!          #Over here!"
}

if Yap = 2 {GameCam.direction =90
GameCam.x = x-10
GameCam.y = y+240
GameCam.z = z+24
Rick.visible = 1
MsgBox.Msg="#...well, well... ain't she a beaut?          #So, what's your name, lovely lady?"
}
if Yap = 3 {GameCam.direction = 270
GameCam.x = FollowingTiel.x
GameCam.y =FollowingTiel.y-96
GameCam.z = FollowingTiel.z+12
FollowingTiel.Talk = 1
MsgBox.Msg="Oh... my name is Tiel.       #"+global.Name+" invited me here.       #So, when are you starting the play?"
FollowingTiel.direction=point_direction(FollowingTiel.x,FollowingTiel.y,x,y)
}
if Yap = 4 {FollowingTiel.Talk = 0
GameCam.direction = point_direction(GameCam.x,GameCam.y,x,y)
MsgBox.Msg="Well, it'll be a while, but it'll be worth the wait.       #Why don't you go see the town with your #girlfriend, "+global.Name+"?"}
if Yap = 5 {Rick.Talk = 1
GameCam.x = FollowingTiel.x+ 128
GameCam.y =FollowingTiel.y
GameCam.z = FollowingTiel.z+12
GameCam.direction =point_direction(GameCam.x,GameCam.y,Rick.x,Rick.y)
MsgBox.Msg="#She's not my girlfriend!         #She's... well... she's just my..."
}
if Yap = 6 {Rick.Talk = 0
GameCam.direction =180
FollowingTiel.Talk = 1
MsgBox.Msg="...oh, "+global.Name+"...        #Some old habits die hard...       #...but you DID invite me here...         #Hmhmhmhmhm!"
}
if Yap = 7 MsgBox.Msg="Well, then, we have plenty of time...        #Let's take a look through Central Town!        #...but let's not enter any buildings, okay?"
if Yap = 8 {FollowingTiel.Talk = 0
MsgBox.Msg="!"
Dialog = "Scripts/DatingDirector.txt"}