Example #1
0
 // Use this for initialization
 public override void OnSetUpDialogue()
 {
     Speech.AddDialogue("0", "Welcome, Alian to our Planet!", "1");
     Speech.AddDialogue("1", "Help us there are many enemis. Destroi them all and save our planet", "2");
     Speech.AddDialogue("2", "And before you go you need do get the power ups.");
     Speech.AddDialogue("3", "Welcome, Alian to our Planet!", "4");
     Speech.AddDialogue("4", "Help us there are many enemis. Destroi them all and save our planet");
 }
Example #2
0
 // Use this for initialization
 public override void OnSetUpDialogue()
 {
     Speech.AddDialogue("0", "Welcome to our planet!", "1");
     Speech.AddDialogue("1", "You have to collect all of the coins", "2");
     Speech.AddDialogue("2", "As well as the Power Up");
 }