specialAttack

fun specialAttack(): Boolean

Whether or not the player has a special attack queued.

Return

true if the player can execute a special attack, false otherwise.

fun specialAttack(select: Boolean): Boolean

Executes a special attack.

Return

true if the special attack is selected, false otherwise.

Parameters

select

Whether or not to select the percentage bar.