Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
How difficult would it be to add a "Partner Move" option for Pika Papow, VeeVee Volley or the stat boosts if the active Pokemon is not Partner Pikachu/Eevee?
Can't say I would be a good recruit as I don't have any experience with rom hacking, but making a Sinnoh remake in Pokemon Essentials is on my list of things to do. Feel free to reach out to me if you need any help, I will try to be of assistance.
Pokemon Essentials is exclusively for RPG Maker XP, no support for MV as it uses a completely different programing language than XP.
The lead developer has stated he has no interest in porting the project to any other versions of RPG Maker.
Only Windows is supported, but might be usable on Mac...
I am on mobile right now, so I can't go into a lot of detail, but I believe you are looking for:
$game_variables[VARIABLE] += rand(1..2)
This will add a random amount between 1 and 2 to one of you game variables.
The easiest way to achieve this is to add "Dummy" Pokemon to your Pokédex. No trainer should have this Pokemon, they should not appear in the wild, they should not be seen in any way. Make these dummy Pokémon clones of the forms you want.
EX: If your game only has the first 151 Pokemon in it...
When you ask if there is a limit on encounter.txt, do you mean the encounter version?
If so then I don't think there is a limit, though if you are only going to increase the level of the wild Pokémon after each badge then shouldn't you only need the number to go up to 8?
If not then please...
That is interesting, script editor should only be a window not full screen with the options of Okay, Apply, and Cancel at the bottom like so.
https://www.rpg-maker.fr/dl/monos/aide/xp/source/rpgxp/img/script1.png
(On mobile rn, can seen a proper screen shot so had to take one from Google)
Is...
I don't think the script editor works with the shortcut Ctrl + S, you need to hit apply. If that doesn't work then try providing us with the script you are using.
I am on mobile right now so it is hard for me to look over the code properly, but the error message does call out the summary screen a few times. Maybe you can remove or comment out the first script you added and see if anything changes.