when you say the content pack must be on, do you mean put the community pack in the content pack?While the pack is active, you need to trigger the @player.wearskin(Exemplary) script command. I find this easiest to do with the Shelf.dat file in the Scripts folder.so how do I get this to work?
Original:
Revised:Code:version=2 @Text.show(It is full of~POKeMON goods.) :end
(Remember: Content Pack MUST be on!)Code:version=2 @Text.show(Activating skin for~Exemplary...) @player.wearskin(Exemplary) :end
I use the shelf because they're commonplace; there's one in every Pokémon Center (the bookcase to the left of the healing counter). Once you interact with it with your new script, you should become your skin.

