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.
Hello, Essentials/RPG maker xp noob here,
How can i use the pbAddPokemon function by passing variables through it?
For example, you would usually do pbAddPokemon(:PIKACHU,20)
But what if i want to do something like this ? pbAddPokemon(:$game_variables[27],20)
where $game_variables[27] contains...
Hello, Essentials/RPG maker xp noob here
So i have this event (see image attached)
The goal is to give a random Pokemon at a random level to the player .
Handling a random level is quite easy, i just use control variables to give me a number between 1 and 100 and asign it to a variable (26 in...