RPG-Like Dialogue Script Help

I Have Been Looking For A Script To Create RPG Dialogue Like In Final Fantasy (Example- http://bit.ly/14Isorg)

But Cannot Find One.

I Am An Average Programmer(I Know Some C# And Some JavaScript) I Can Create Basic Scripts That For Say Let You Enter A Door.
If Anyone Knows How To Do This Please Tell Me And Give Me A Copy Of The Script.

*This Script Is For A Early/Pre Alpha Game I Am Working On- The Sword Of Gladore(Not The Official Name, But May Be)

Maybe you should try to script your own Dialoge-Script. It shouldn’t be that hard.
An very basic approach could be for example to fill an array with the texts of one dialog. Then u run through the array and render every entry in an GUI.Label for example. By clicking on the ‘X’-Button like in the FF-example you would proceed to the next index of your array and rendering that in to the Label.

This would just be a very simple approach, hope it helps you.

Yeah I Guess I Will Try That, But I May Not Work Out