Skip to content

Starting a Battle

Ben Ballard edited this page Sep 23, 2021 · 7 revisions

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.

Clone this wiki locally