Well, this could be a long answer, but let's go for this. Can somebody write the code to make the text appears like Tsukihime/Fate. What I mean is this:
"RANDOM TEXT HEREEEEEEEEEEEEEEEEE
EEEEEEEEEEEEEEEEEEEEEEEEE"
I want also to put different dialogues or a dialogue and narrator text in the same text, without switching to another one (since it's impossible to put them together with ren'py using begginer's coding :P ) Also, I want them to appear each time you click, of course, not all of them appearing at the same time. And I want the text box to fully cover the whole window.
In other words, just like you did with the demo of the game. I'm trying to practise for two reasons. To be able to help at something when I gain enough knowledge, and to be able to see how some ideas fit in the game, since it's different a piece of paper than a game.
Well, thx for your help in advance :D
----------------------
Forget it, I learned it myself. If somebody wants to know, you can do it by adding in the character's code, inside the (), the part of txt = nvl. This way the text will be written as if you were doing a Visual Novel. In case somebody asks it.