Maruno
Lead Dev of Pokémon Essentials
- 5,286
- Posts
- 17
- Years
- Seen May 3, 2024
This instruction looks wrong to me. "pokemon.ot" is the original trainer's name, not the original trainer's ID number.Then, after that, to get the ForeignID to work correctly, change the part in like 263 fromtoCode:[B]pokemon.id=$Trainer.getForeignID[/B]
It worked fully when I tested it... The pokémon even had a different ID number like it is supposed to!!! Yay!! Hope anybody who is/was having a problem with this please with this... I give myself some kudos for this.... lol... Well, have funn... peace...Code:[B][I]pokemon.ot=$Trainer.getForeignID[/I][/B]
No, you need to set "pokemon.trainerID" equals to the getForeignID. That's what works for me.
Thanks for the fix with the other part, though.