• 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.
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:
Expand Collapse Copy
          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