Since my continuous text is masked and also scaled in an animation, I now have a normal text that I can partially edit using BBCode. However, I cannot set forced justification and automatic word division. Do you have any tips on how I can do this?
Develop games in your browser. Powerful, performant & highly capable.
Construct will try to format text and break it into lines, based on the font size and object size. The only way to prevent this is to insert manual line breaks. I usually do this with some special character like "^"
Variable t=Hello!^How are you?^Nice to meet you! DialogueText set text to replace(t, "^", newline)