• 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!
Radial Menu for v20

Resource Radial Menu for v20 3.0

Hallow

Novice
Member
Joined
Nov 19, 2020
Posts
14
Hallow submitted a new resource:

Radial Menu for v20 - updated version of radial menu for v20

I updated the Radial Menu of Cony for a project I'm working on and wanted to share it with you !
You can customize it easily.

It will only work with Pokémon Essentials v20 !!


ckzh5w7b.png



Installation:
Unzip -> put the "Radial Menu" folder as it is into Plugins -> let it compile -> done

Credits: Yankas, Cony, Hallow
Here's the...

Read more about this resource...
 

Shubham

Rookie
Member
Joined
Jun 2, 2022
Posts
5
i have two questions to ask
first of all how do i code exit button in this plugin and
second how can i customize it
 

Hallow

Novice
Member
Joined
Nov 19, 2020
Posts
14
This is amazing! Quick question: how can I get the menu to close automatically after saving the game?
I'm gonna be honest I'm not a ruby programmer, I know other languages, and I'm not the author of the script so I think you should asked someone else who's into coding scripts for essentials. If you really want I can do some research and give you a final answer.
 

Neo

Novice
Member
Joined
Jun 12, 2022
Posts
12
Plugin works for v21.1, all that needs to be done is change line 173 from
"@ name = $Trainer.name"
to "@ name = $player.name"
(remove spaces between @ and name when adding tho)
 
Back
Top