Hi there,
I wondered if anyone knew how we could change the text wrapping property of a text box (from word to character) in game?
The reason for this is language support. Our game is being developed in English and Japanese, we have the branching dialogue script as separate XML files and use the ajax plug in, this works fine with no problems.
The issue is that Japanese needs character wrapping and English needs word wrapping. There is not a text action to change the text wrapping property.
There are a few work arounds – using a separate (invisible) text box for Japanese and switching which is used based on language selection, or hard formatting the XML.
But the cleanest way would be to simply switch the text box wrapping feature from word to character.
Can anyone think of a way to do this? Am I missing something obvious? Or Ashley could this be added as a text box action?
Thank you.