/* play_sound("sounds/speech/vr_intro.ogg"); */
println("Dislaying dialog");
add_dialog(TOP, "Frank", "images/portraits/sophie.sprite",
"Welcome to the VR training program. Here you " +
"will learn the basic manoeuvering abilities of your " +
"powersuit, jumping, running, climbing and shooting. " +
"We will start with climbing. See the block in front " +
"of you? Press Right and Jump to hang on the ledge.");
println("Dislaying done");
/* EOF */