• 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!
Clone trainer (v18+)

Resource Clone trainer (v18+) 1.0

grogro

Cooltrainer
Member
Joined
Mar 6, 2021
Posts
122
grogro submitted a new resource:

Clone trainer for v19 (and a v18 version) - Face a copy of your team!

A simple way to turn a trainer into your clone.

Installation
Just unzip the file into the plugins folder of your game.

To make this script work, you need to create a trainer with 6 Pokémons. (they will be erased so it can be anything.)
By default the script is active if switch 63 is on.

Parameters

Open the clone.rb file in an editor like Notepad++.

Instead of triggering by a switch, you can make the script trigger when you face a trainer class...

Read more about this resource...
 
Last edited:
you can try to paste the script in encounter modifier and see if it works, I didn't test.
 
Does it only copy your current team? Is it possible to copy your team at one point, and fight that team later on?
 
you could store your team in a variable and change the script to use this variable
 
put trainer.partyi.makeShadow just above trainer.partyi.heal.
I think you need to have the pokémon shadow sprites if you want to see them.
 
Last edited:
Back
Top