• 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.

Badges into something else?

  • 6
    Posts
    12
    Years
    • Seen Jun 5, 2012
    I'd like to change gym badges into keys, so how do I go about doing that for everything? Do I just find everything that says "Badge" and change it to "Keys" or can I even do that?
    Thanks!

    Edit: Okay, thanks! :3
     
    Last edited:
    Just because the array is called $Trainer.badges in the scripts, doesn't mean they actually need to be badges in the game. You can easily say "Brock gave Red the Uno Key!", and then set $Trainer.badges[0]=true.

    There's no need to rename anything in the scripts. Just make sure your events talk about keys rather than badges whenever they're referred to. You will probably need to edit one or two graphics, though (i.e. the Trainer card).
     
    Okay, just had to just change one tiny detail in the Load Script, thanks so much guys! :D
     
    Back
    Top