• 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!
Sketch as a field move

Resource Sketch as a field move 2022-11-23

TechSkylander1518 submitted a new resource:

Sketch as a field move - Lets Pokémon Sketch moves from party members.

View attachment 13984
Give players a little more freedom to teambuild by letting them Sketch off party members!

Code​

Unfortunately, this isn't really suited for a plug-and-play script. Luckily, it's not too much hassle to add.

In UI_Party, find:
Ruby:
          next if !HiddenMoveHandlers.hasHandler(move.id) &&
                  ![:MILKDRINK, :SOFTBOILED].include?(move.id)
Add :SKETCH to...

Read more about this resource...
 

SuperJedi224

Rookie
Member
Joined
Dec 4, 2022
Posts
7
Thanks for this resource, I'd like to add a note that if you're using this alongside a plugin that modifies the party menu (such as the BW party menu plugin) you may need to modify that plugin's scripts instead of the default UI_Party script to get this to function
 
Back
Top