I'm noticing quite a fewline break errors for which the source always shows a similar structure: the text being split up across multipline lines because of some @if/@else statements:

Code:
@pg
*page43|
  [line3]……!![lr]
@se file=se092 nowait=true
  My legs start running automatically.[lr]
  I finally realize that it is
@if exp="sf.gtext!='realta'"
 an action
@endif
 to escape death, and I put all the energy in my body into running away.
@pg
Code:
@pg
*page5|
@say storage=sav0316_shi_0050
  “…Huh… what am I doing…?”[lr]
@r
  I’m still confused.[lr]
  Why do I still
@if exp="sf.gtext!='realta'"
 think I
@endif
 have to clean up, when I’ve just met something totally outrageous and been killed instantly? Am I an idiot?
@pg
Code:
@pg
*page80|
@say storage=sav0300_shi_0210
  “I-It’s burning……!”[lr]
@dispscroll from=102 to=102 time=0
@bg file=A08 time=400 method=crossfade
  The back of my hand is burning.[lr]
@if exp="sf.gtext=='realta'"
  On my left hand
@else
  My hand feels like it’s in a fire, and on it
@endif
 is a strange mark that looks like a tattoo.
@pg
Look's like the split lines are confusing the break algorithm.