
- Stepping on the bottom-most event causes the NPC event to walk down to the player, and initiate combat.
- In the battle, the Troop talks, then fight starts
- Troop has a condition when it hits 0% health to turn on the "Beatrice Loses" switch
- NPC just stands there after the battle. Stepping on that tile again causes the game to freeze as it tries moving the enemy into the player.
What am I doing wrong? It feels like I'm missing something very basic, but I just can't figure out why it's not working.
EDIT: I made the NPC disappear, but when the battle ends, the game crashes. Here's what it looks like;

The left column is the event that happens when I step on it. The middle column is the enemy's event for visual purposes. The right column is the troop data and the error I receive.
I forgot to add earlier that I am using the following scripts;
- Yanfly's "Ace Message System" and "Ace Equip System"
-- http://yanflychannel.wordpress.com/
- Reedo's "Simple Side Battle System"
-- http://forums.rpgmakerweb.com/index.php?/topic/18189-rssbsace-reedos-simple-side-battle-system-ace-edition/
- Jeenus Guruman's "Change Graphic by Equipment"
Changing the order of the scripts does not fix this new error. Likewise, removing them (in any order or combo) does not fix it.
EDIT 2: I'm an idiot. I had a Common Event on autorun from a previously uninstalled script. That was the problem.