hello
i am using your Asset well!
and when i am writing a lines too long, i hope to split the line one sentence by one in localTextTable.
like I am a boy. and you are a girl. << this...
I am a boy.
and you are a girl. !
Thanks for your support!
how can i split the lines?
Re: how can i split the lines?
To split a line in a localized text table, make a new field, and move the second part of the line ("and you are a girl") to the new field. I'm afraid you have to do this manually.
On the other hand, to split a line in a conversation's dialogue entry node, add a pipe character ( "|" ) such as:
I am a boy. | and you are a girl.
Then select Menu > Split Pipes Into Entries.
On the other hand, to split a line in a conversation's dialogue entry node, add a pipe character ( "|" ) such as:
I am a boy. | and you are a girl.
Then select Menu > Split Pipes Into Entries.