In RenJS.js
start: function(){
this.setBlackOverlay();
RenJS.control.paused = false;
RenJS.storyManager.startScene("start");
this.removeBlackOverlay();
RenJS.storyManager.interpret();
},What is the use for " RenJS.storyManager.interpret()"
Sorry, i am a novice
