There is an error in the Get battle info command

There is an error in the Get battle info command.
Running with rpg_rt normally fetches enemy information,
Running on easy rpg will output the information of the first enemy (index 0) to the wrong value.

Information in index 0

common event

I just checked the code: There is an incorrect condition which checks for “id > 0” but the first enemy is id = 0. Thanks for reporting.

Work on the Player is currently going a bit slow. Will try to fix it soon…