Is there a way that you can have an enter in a sprintf so when it shows it has two lines?
This would make it so much easier to code the talking.
Heres an example:
sprintf(text,"hello mister man, what would" NEXTLINE "you like to do?");
would return,
hello mister man, what would
you like to do?
Also if I were to create a two dimensional array for a string how would it be formatted?
string[maxchar][myvar1][myvar2]
or
string[myvar1][myvar2][maxchar].