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

Running shoes access

  • 3
    Posts
    362
    Days
    • Seen Nov 16, 2023
    Im trying to make a rom hack, and i want to make the player get all 8 gym badges and running shoes when they spawn in, but no matter how hard i try, it just dosent work, can somebody show me what to do please?
     
  • 7
    Posts
    1
    Years
    • Seen May 30, 2024
    Just add the scripts

    $player.has_running_shoes = true
    $player.badges[0] = true
    $player.badges[1] = true
    and so on, up to 7

    as a script into your intro section . The player will have the badges and running shoes from the begin.
     
    Back
    Top