How to make a monolgue?

I want to make that when the player spawns, he like talks to himself like-Where am i? What is this place, and like that, if you could tell me, or gimme a script, i would be very grateful!

Sorry, but your question is not suitable for Unity Answers. Please use the Unity Forum for discussions such as "How to ...". Unity Answers is here to help you solve any specific problems you have. * http://answers.unity3d.com/page/newuser.html * http://video.unity3d.com/video/7720450/tutorials-using-unity-answers

1 Answer

1
  1. Record the monologue as a sequence of audio clips.
  2. At run time randomly compute which clip to play.
  3. Play that clip.

Thnx, but i didn't mean an audio monologue, but instead something like gui. Ty again!