• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Resource icon

v20.1 Heal whole party from the party screen! 1.0.0

This resource pertains to version 20.1 of Pokémon Essentials.
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:

Ruby:
Expand Collapse Copy
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]
1677098737649.png

1677098969875.png
Credits
Asforcia
  • Like
Reactions: TechSkylander1518
Author
Asforcia
Views
1,194
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Asforcia

Back
Top