i'm a rookie in scripting. I was woundering how do I get the MS Agent(Merlin) to take a pause in the speak and making the text show for a longer time?
xcoord = 0;
ycoord = 0;
Char.MoveTo(xcoord,ycoord);
Char.Show();
xcoord = 480;
ycoord = 480;
Char.MoveTo(xcoord, ycoord);
Char.Play("Announce");
text = "Hello, velkommen til UMAS verden.";
Char.Speak(text);
text = "Nå skal du få ei forklaring på MUD systemet";
Char.Speak(text);