Ejemplo n.º 1
0
 private void clickChoice(int idx)
 {
     story.ChooseChoiceIndex(idx);
     removeAllChoices();
     addToStory(new HSeparator());
     story.Continue();
 }
Ejemplo n.º 2
0
 protected void OnChoiceClick(int choiceIndex)
 {
     container.CleanChoices();
     // Choose the clicked choice
     story.ChooseChoiceIndex(choiceIndex);
 }