• 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

v21.1 Gym Badge Plugin 1.1

This resource pertains to version 21.1 of Pokémon Essentials.
Pokémon Essentials Version
v21.1 ✅
I wrote a small little plugin script here. It automates the process for Gym Badges, so instead of writing out a whole long-winded script every time, like this:
1699681284664.png


All you need to do is this:
1699681336025.png


Quite simple, really. Download the file and extract it into the root of your project. Then add a new Script, and write the following:
Ruby:
Expand Collapse Copy
# Replace BadgeName with the name of your badge.
# Remember, when counting in programming we start at 0,
# So the first badge is 0, the second is 1, the third is 2, and so on.
getBadge("BadgeName", 0)
Credits
TheCrafters001
Author
TheCrafters001
Downloads
333
Views
3,055
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from TheCrafters001

Back
Top