I'm creating a pac-man like mini-game and I've run into an odd problem. So I have a Common Event, set to a switch (seen in the top picture). This tracks the x and y of the player and compares it to the x and y of the ghost (he's trying to catch you). When the coordinates cross, it turns off the common event and activates a battle switch. (Event seen in the second picture) This autoruns a battle process and then selects a self switch of A or B depending on if you win or lose.
The problem happens sometime between the GO switch turning on (to start the game) and the end of the battle. As you can see in the final picture, the text box is completely squished. This now stays like this until I shut down the game and restart. I have no idea what the variables and switches have to do with the text box, but there it is.
A few notes: I'm using position tracking because in the pacman game, I have coin events which the player collects. The enemy events can't move through the coins without having the "through" tag on. But, with the "through" tag on, they can't touch the player to start the battle.
So, any suggestions? Or is there any information I'm missing? Any help would be greatly appreciated. Thanks!
