(cutscene
 (id laboratoryEnd)

 (scene 20
  (setCutScene true)
  (playMusic "sounds/SnakeRemainsChamber.ogg")
  (setCamera camera1)
  (setControl laboratoryEnd1)
  (move abby1 -1)
  (move klaus1 -1)
  (cutSceneText "ABBY: Goudy!!!")
 )

 (scene 20
  (playScript scripts/goudyWalksRight.txt)
  (cutSceneText "KLAUS: Don't come any closer, Goudy, or you can say goodbye to young Abby.")
 )

(scene 20
(cutSceneText "GOUDY: Abby, I'm sorry. I should've trusted you.")
)

(scene 20
(cutSceneText "KLAUS: Yes, you should have. But it's too late now. Get down on your knees.")
)

(scene 20
(cutSceneText "GOUDY: Just don't hurt her!")
)

(scene 20
(crouch goudy1 true)
)

 (scene 20
  (endLevel)
 )

)