
0.1 player_intro.control_player();
0.1 player_intro.refuse_action(wait);
0.45 player_intro.do_action(move_left, 0.8);

1 player_intro.talk("/Hi!/I will be your guide to learn how to control yourself in the game./But before, you should check in the configuration menu which command is associated with each action!/Then, go to the next totem on the right.");

20 player_intro.do_action(move_right, 0.8);
20.8 player_intro.do_action(disappear, 0.01);
21 player_intro.release_player();
21.1 script.end();
