Originally Posted by P-Sign
Can you post how you worked it out too? It might be useful for someone else having the same problem ;)
Shure no problem the way I did it was this.
I copied the script called Pokemon storage and pasted it directly underneith.
And called the script Pokemon storage 2.
I then went down to this line in pokemon storage 2
2745 def pbPokeCenterPC and changed it to
pbPokePC2
i then deleted line
2759 PokemonPCList.registerPC(TrainerPC.new)
It doesn't matter if you delete that line from either Script because they both overlap each other so whether you use the script code
pbPokeCenterPC or
pbPokePC2 doesn't mater at this point.
The difference in using one code or the other is it allows for different Text to be read when booting up the two different scripts [PCs]
Now when you boot up Ether script in game the options are
someones pc and
logoff because deleting line 2759 removes the option of choosing the players pc. i then changed
someones pc to
logon witch can be changed in game later.
So now in both scripts the booting up texts is different from each other.
Now with one of the scripts i added it to the poke gear, So now I have a portable storage
System. And with the other script I made an event in my Pokémon centres witch ables
Me to access both player pc and Pokémon storage which because of changing the boot up text in the script I used for the Pokémon centre it looks just like it normally would. Except I used choices to select each pc and used two different scrip commands
pbPokePC2to activate the storage system and
pbTrainerPC to activate player pc. (The reason I did it this way is that because I deleted the use of the player's pc from the communal pc, the only option you will see is the Pokémon storage, so to make it look legit I used choices and individual script commands.)
So now when I activate the storage system from my poke gear I get this mgs
booted up PKMN Portable then this mgs appears
Do you Want to Logon? with the options
logon which appears because that's what I put as the storage creators name. And
Logoff which is the default option.
Now to use a different creator name for the other script that you would youse for your Pokémon centres you set it up like you would for creating a different region storage creater.so then both versions of the script will be different.
Sorry if this is confusing i tried to simplify it as much as I could cause I do find I can confuse things when I try to explain things.
But if this helps I am glad I could be of assistance.