• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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

  • 232
    Posts
    7
    Years
    • Seen May 23, 2024
    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
     
  • 277
    Posts
    15
    Years
    To my knowledge this resource has not been ported to v19 yet, but it sounds like what you are looking for.
    (broken link removed)
     
    Back
    Top