QUOTE (AphidRuin @ Apr 5 2011, 06:20 AM)

I mean that, if you "Abort Battle", it will replay the autorun command from the start again instead of continuing. It is a ground-holding boss battle, thus there must not be "Escape option".
That is what "Autorun" is supposed to do. You need to interrupt it if you only want it to run once.
Try this:
Page 1: Autorun
Text: Blah
Battle Processing:Ghost*2
IF Win
> Game Over
If Lose
> Text: Just kidding
> Set Self-Switch B = ON
>
Set Self-Switch A = ON
Page 2: Autorun, Condition: Self-Switch A is ON
> <put your Abort commands here. this page will only run if you abort.>
> Set Self-switch C (or erase event)
Page 3: Autorun, Condition: Self-Switch B is ON
> <Put your "lose" actions here. This page only runs if you lose>
> Set Self-switch C (or erase event)
Page 4: Action Button, Condition: Self-Switch C is ON
> <after all is done, this empty page does nothing>