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

Resource Clone trainer (v18+) 1.0

grogro

Cooltrainer
Member
Joined
Mar 6, 2021
Posts
120
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:

grogro

Cooltrainer
Member
Joined
Mar 6, 2021
Posts
120
you can try to paste the script in encounter modifier and see if it works, I didn't test.
 

CParks

Rookie
Member
Joined
Apr 9, 2021
Posts
7
Does it only copy your current team? Is it possible to copy your team at one point, and fight that team later on?
 

grogro

Cooltrainer
Member
Joined
Mar 6, 2021
Posts
120
you could store your team in a variable and change the script to use this variable
 

Paradox

Novice
Member
Joined
Apr 3, 2019
Posts
47
if i want clone shadow pokemon where do i put trainer[0].party.makeShadow ?
 

grogro

Cooltrainer
Member
Joined
Mar 6, 2021
Posts
120
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