• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
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,475
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Asforcia

Back
Top