Hello,
So my question is basically this:
Imagine that you have a paragraph of text. You play as a block that can run and jump. Whenever you collide with the paragraph of text, whatever characters you touch instantly get destroyed, but the rest of the paragraph remains visible and intact.
I have been attempting to use Rex's Layouter plugin and all its relevant behaviors to display a textbox object (NOT a text object), but I don't believe line breaks are possible even when the textbox type is "typearea."
The methods I can think of would be extremely tedious, such as using a sprite font and storing the paragraph of text in an array, then creating an instance of the sprite font for each character in the paragraph and placing them by code instead of C2 doing it automatically.