• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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.

Help with Specifing Pokeball for Gift Pokemon

Phye

The Eternal Night :.
  • 69
    Posts
    15
    Years
    I keep getting syntax error whenever I try to use "poke.ballused=x" where x is of course the number of the pokeball I want a pokemon to have. I want my starters in my game to be in cherish balls but the script doesn't work.
    Spoiler:

    According to the Pokemon Essentials WIKI, there shouldn't be anything else? Or maybe they changed the script for poke.ballused in the 17.2 version?

    (Woops posted in the wrong boards, my bad guys but it is an Essentials Question ^^)
     
    Last edited:
    I keep getting syntax error whenever I try to use "poke.ballused=x" where x is of course the number of the pokeball I want a pokemon to have. I want my starters in my game to be in cherish balls but the script doesn't work.
    Spoiler:

    According to the Pokemon Essentials WIKI, there shouldn't be anything else? Or maybe they changed the script for poke.ballused in the 17.2 version?

    (Woops posted in the wrong boards, my bad guys but it is an Essentials Question ^^)

    Your code is working if this:
    Code:
    poke.ballused=15)
    change
    Code:
    poke.ballused = 15
     
    Last edited:
    Back
    Top