Example #1
0
 protected void OnChoiceClick(int choiceIndex)
 {
     container.CleanChoices();
     // Choose the clicked choice and continue onward
     story.ChooseChoiceIndexAndContinue(choiceIndex);
 }
Example #2
0
 protected void OnChoiceClick(int choiceIndex)
 {
     container.CleanChoices();
     // Choose the clicked choice
     story.ChooseChoiceIndex(choiceIndex);
 }