• 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!
Sacrifice for stat machine!

Tutorial Sacrifice for stat machine! 2025-08-06

InTheLight

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

Sacrifice for stat machine! - sacrifice 1pkmn to power up another of the same Evo Family

This may be compatible with other versions, it for sure will be with minor edits. (this was technically made with Essentials GSC V21.1 but will still work with Essentials V21.1)

Add this script above main and name it whatever you want or "tradeOffMachine"
Ruby:
Expand Collapse Copy
def tradeOffMachine
  if $player.party.length < 2
    pbMessage("You need at least two Pokémon in your party to use this machine.")
    return
  end

  # Setup the party screen
  scene = PokemonParty_Scene.new
  screen =...

Read more about this resource...
 
Back
Top