There is a problem with this script. (Most likely it is the paragraph formatter, but I'm posting this topic because I'm using Advanced Text System)
I created the battle processing event with win/lose branches. Like this:
@>Battle Processing: Monster
If Win
@>Text: 'Spiritual', 1, Normal, Bottom
: : Blah blah blah blah blah blah blah blah blah blah
: : Blah blah blah blah blah
If Lose
@>Text: 'Spiritual', 1, Normal, Bottom
: : Blah blah blah blah blah blah blah blah blah blah
: : Blah blah blah blah blah
Branch End
When I play-tested the event processing, the paragraph formatter is no longer in effect for the first message in the win/lose branches. So they are no longer lined up nicely, so many words were missing because they disappeared on right side. It is as if the paragraph formatter was never there, so there is no formatting at all.
I can easily reproduce this bug (I did with few new events, and it happened.) Note: It only affects the first message in the win/lose. Any next messages are working prefectly.
I even made a new project and added only Advanced Text Message and Paragraph Formatter scripts. And I managed to reproduce that bug.