Pre-Enemy Selection Phase

● ARCHIVED · READ-ONLY
Started by Yoraee 2 posts View original ↗
  1. Hey all

    I was wondering where in the Code would one be able to access and alter what happens in the stage of battle after an actor is selected, and before an enemy is selected. I'm talking about the phase when you're hovering between enemy selections? In this phase, the enemy name is displayed if "pointed at".

    I am asking because I am trying to add information that is displayed in the Help Window when an enemy is "pointed at".

    Thanks,
  2. Check Scene_Battle.prototype.selectEnemySelection. That should at least be close to what you're looking for.