help text box , dialog , in RPG game
Posted: Wed Nov 16, 2005 10:44 pm
when i want the character to talk with another character
i use this scrip to chang the text
but when the text or dialog is long . very long like
it's too long and the text or dialog is out of screen
my question is " How to make the sentent to the new line when i use this scrip? "
This is the very good program I has ever seen for created the game.
thank you everyone
i use this scrip to chang the text
- Code: Select all
strcpy(Textdialog.text, your text here");
but when the text or dialog is long . very long like
- Code: Select all
strcpy(Textdialog.text, "hello good morning! how are you ! what about this morning ? i think it's very a good day. yah good day");
it's too long and the text or dialog is out of screen
my question is " How to make the sentent to the new line when i use this scrip? "
This is the very good program I has ever seen for created the game.
thank you everyone