Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Guys, hello again! I do not know where to turn, but I would like to ask you again for help! 
How to wrap text to the next line in VN mode? 
I don't understand how exactly the "string" variable is supposed to work. 
For example: 
I need to display the following text in a textbox: 
Joe: 
Hello! I see you! 
But I only get this: 
Joe: Hello! I see you! 
Can you post your example please?
My code:
vn 1 
text "Joe:Hello! I see you!" 255 153 51
map return

afaik you can't line break.

it will go to the next line when it's ready. you can scam this by adding a bunch of spaces after "Joe:" so that the line will wrap where you want it to.

ie:

text "Joe:                                      Hello! I see you!"

you will have to test and fiddle with it and get the number of spaces needed figured out

Use # to wrap it to the next line.

Example:

text "Hello. # How can I help you?"

Thank you very much, guys!

I am truly grateful to all of you! Sorry for the importunity 
and maybe the fact that I'm posting in the wrong topic!