0 camera.smooth_activate(0.5);
0 player_1.control_player();
0 player_2.control_player();
0 ray.control_player();
0 player_1.stop();
0 player_2.stop();
0.10 player_1.do_action(crouch,21);
0.10 player_1.talk("/Ray! I finally found you.");
2.4 ray.do_action(look_upward,10);
2.5 ray.talk("/Help me, daddy!");
3 ray.talk("/I fell into this hole. Help me, please!");
7.10 player_1.talk("/I'm not sure I want to./You ate all my honey!/You deserve a good spanking instead.");

15.4 ray.do_action(look_upward,5);
15.5 ray.talk("/I was in the forest searching for honey... for you, daddy...");
19.5 player_1.talk("/I'll see what I can do.");
21.35 player_1.do_action(move_right,0.15);
21.35 player_2.do_action(move_right,0.15);

21.35 player_1.release_player();
21.35 player_2.release_player();
21.35 ray.release_player();
/* The shared camera will come back to the players. */
21.35 shared_camera.focus_on( camera );
21.35 shared_camera.activate();
21.35 script.end();
