Starting a Battle - HecknTarnation/RPGBattleEngine GitHub Wiki
To start a battle, you must set the main player. You can start a battle by running Engine.startBattle(boolean, Enemy...).
The method takes an enemy array. The boolean taken in the method determines whether the player can run. True means the player can and false will remove the option to try and run.