Compile this script
Code:
#dynamic 0x800000
#org @inizio
lock
fadescreen 0x3
writebytetooffset 0x2 0x20204B6
writebytetooffset 0xE 0x20204B8
msgbox @mess1 0x6
writebytetooffset 0xF 0x20204B6
writebytetooffset 0x4 0x20204B8
fadescreen 0x2
release
end
#org @mess1
= Nel mezzo del cammin di nostra\nvita mi ritrovai per una selva\n\noscura che la diritta via era\nsmarrita...
How it work?
- fadescreen 0x3 to fix a little bug
- writebytetooffset 0x2 0x20204B6 coordinata y textbox
- writebytetooffset 0xE 0x20204B8 textbox height
- in the text you put \n in any paragraph and \n\n every two paragraphs to fix a bug. To change page \l and after \n if you want to write other
- writebytetooffset 0xF 0x20204B6 normal coordinata y
- writebytetooffset 0x4 0x20204B8 normal height
- fadescreen 0x2 normal screen
Finish...