• 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!
Trade Back Guy

Tutorial Trade Back Guy 1.0

InTheLight

Master Of Games
Member
Joined
Apr 23, 2023
Posts
16
InTheLight submitted a new resource:

Trade Back Guy - a guy who will return your trade for evolutions

This is possibly compatible with more than just 21.1

atempt to show a clip of it in action


anyways inside the script called "005_UI_Trading" at the bottom just add
Ruby:
Expand Collapse Copy
def pbTradeBackGuy(npc_name = _INTL("Tradeback NPC"))
  # Filter: non-egg can also add && !pkmn.shadow?
  able_proc = proc { |pkmn| pkmn && !pkmn.egg? }
  # Open the party picker with the filter.
  scene  = PokemonParty_Scene.new
  screen =...


Read more about this resource...
 
This is really helpful, thanks! I didn't want to go ahead and change the evolution requirements for specific Pokemon, so this comes in handy.
 
Back
Top