When the user begins to annotate one sentence, doesn't finish, then begins to annotate another sentence in a different frame, they are not allowed to because of the fact that there is only one currentSentence object in GameScript.cs. Maybe make a list of AnnotatedSentences and increment/decrement with the frame.
When the user begins to annotate one sentence, doesn't finish, then begins to annotate another sentence in a different frame, they are not allowed to because of the fact that there is only one currentSentence object in GameScript.cs. Maybe make a list of AnnotatedSentences and increment/decrement with the frame.