I really need this feature, because I want a new page for each dialogue and I can not make this work! I used the command @clear and it worked well, but when the dialogue becomes longer it will no longer react AT ALL!
As you can see, I'm not a programmer. Is there someone please who could write me a brief example how to get every dialogue to a new page? Thanks!
@clear?
screenshots please.
Maybe it's like that?:
blablabla
dialogue1
dialogue2
+++continue
@clear
blablabla
+++continue
@clear
and so on..
**************************or you can simply go through to the next section? i think it's more easy to not mess up..
blablabla
[[continue]](section01)
[[section01]]:
@clear
blablabla
[[continue]](section02)
[[section02]]:
@clear
PressToContinue
ClearScreen
msg ("")
*****PressToContinue
*****ClearScreen
*****msg ("")
**********PressToContinue
**********ClearScreen
**********msg ("")
^ is how it will look in code (without the asts*)