Label - get clip_text clipping position in string?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By TheArchitect-

I populate a label with a dialogue string from JSON in script and have the label set to clip_text.

Is there a way to return the position at which the text string is clipped? That way I could get the remainder of the string and display it next.

Trying to achieve a behaviour where, if text is clipped in the current dialogue box, it wraps to the “next page” of dialogue. Kind of like a linked text frame in InDesign does.

Wrote a little workaround, and got things working, but that’s pretty hacky for this purpose and a lot less reliable than clip_text.