• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Which Pokémon Masters protagonist do you like most? Let us know by casting a vote in our Masters favorite protagonist poll here!
  • Red, Hilda, Paxton, or Kellyn - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Scripting Question] How to make the $ Trainer.outfit + = 1 command work

Pokémon Essentials is based on changing outfits, but how would you add parts to each outfit, such as a cap, shirt, pants?
It would be simple, and it would make sense, to program for
Instead of just working:
$ Trainer.outfit = 1
Make work:
$ Trainer.outfit + = 1
To add Outfit number 1 to the character's characters and format based on that, random outfits. That would be a customization system, for example
$ Trainer.outfit + = 1 would define the hat
$ Trainer.outfit + = 2 would define the pants
$ Trainer.outfit + = 3 would define the shirt

But adding graphics in a way to overlay the character is not possible, how to make it work in relation to the scripts?
About the sprite, it is fair for each creator to format his character the way he wants
 
Back
Top