- Pokémon Essentials Version
- v20.1 ➖
So first, you have to open the script editor
Then scroll till you find UI_Party, and paste this at the bottom:
And that's pretty much it! Enjoy!
[PROOF THAT IT WORKS]
Then scroll till you find UI_Party, and paste this at the bottom:
Ruby:
MenuHandlers.add(:party_menu, :heal_party, {
"name" => _INTL("Heal Party"),
"order" => 60,
"effect" => proc {
$player.party.each { |pkmn| pkmn.heal }
pbMessage(_INTL("Your Pokémon were fully healed."))
}
})
And that's pretty much it! Enjoy!
[PROOF THAT IT WORKS]
- Credits
- Asforcia