- 9
- Posts
- 6
- Years
- Seen Jun 10, 2020
-First of all, i apologize for my bad english. But if I do not practice it, I will not get better :D
-This is for all essentials professionals!
-I am currently working on my Pokemon game and came up with the idea to change the character in the story. Of course this is not a problem with:
pbChangePlayer(any number)
-Additionally to equip it with your own Pokemon: Example:
pbAddPokemonSilent (: PIKACHU, 20)
-So far so good! Now I want to switch back to my protagonist later, to continue with him.
-Now the problem!
-How can I save my team before i change the character, for later access?
-I came up with the idea to save the team before switching with the following command:
otherplayer = $Trainer.party
And then later retrieve it with $Trainer.party = otherplayer.
According to the wiki, both commands exist as well. The first does not come with an error message, so I suspect that the save works, but the second one does not work and then I get an error message.
-I hope I have explained everything understandable. :D
Maybe somebody can help me with that. Thanks in advance :)
-This is for all essentials professionals!
-I am currently working on my Pokemon game and came up with the idea to change the character in the story. Of course this is not a problem with:
pbChangePlayer(any number)
-Additionally to equip it with your own Pokemon: Example:
pbAddPokemonSilent (: PIKACHU, 20)
-So far so good! Now I want to switch back to my protagonist later, to continue with him.
-Now the problem!
-How can I save my team before i change the character, for later access?
-I came up with the idea to save the team before switching with the following command:
otherplayer = $Trainer.party
And then later retrieve it with $Trainer.party = otherplayer.
According to the wiki, both commands exist as well. The first does not come with an error message, so I suspect that the save works, but the second one does not work and then I get an error message.
-I hope I have explained everything understandable. :D
Maybe somebody can help me with that. Thanks in advance :)
Last edited: