<snipped>
You can create a gift Pokemon with various defined attributes (Nature, IV, form #, moveset, etc...) based on the example event 008 on example map 026 that comes with default Essentials
p=pbNewPkmn(:LYCANROC,25)
p.form=2
p.calcStats
pbAddPokemon(p)
Not sure if the pkmn.calcStats is necessary if you aren't adjusting its nature or IV's, but I'd put it in there to be safe.
Hi Dhanpa_re, I moved your thread here, to the Pokemon Essentials forum.
This is the place to ask questions related to using Pokemon Essentials!