• 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!
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...
 
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