Author Id: 12294 Author Name: 083D Post Content: Pues podrías usar el comando "Random", para cuando inicie la batalla te mande a un script al azar donde este un "createsprite" y un trainerbattle. Para hacer que los Pokémon que tenga sean diferentes, haces lo mismo aplicas un Random por cada posible trainerbattle distinta que quieras. Por ejemplo. [SPOILER="Ejemplo."]Random 0x2 compare LASTRESULT 0x0 if 0x1 goto 0xMysti compare LASTRESULT 0x1 if 0x1 goto 0xBrock end 0xMysti createsprite 0xMysti... Random 0x3 compare LASTRESULT 0x0 if 0x1 goto 0xStarmie compare LASTRESULT 0x1 if 0x1 goto 0xStaryu compare LASTRESULT 0x3 if 0x1 goto 0xPsyduck end 0xStarmie trainerbattle... 0xStaryu trainerbattle... 0xPsyduck trainerbattle... [/SPOILER] Es solo un ejemplo, ya depende de ti cuantos y cuales son lo trainers, ademas de las batallas, agragas tantas diferentes como quieras, tambien sería cuestión que agregaras algunos msgbox y applymovement para darle efecto. Espero que te sirva. Suerte.