• 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!
  • Cyndy, May, Hero (Conquest), or Wes - 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.

[Script] Help in givepokemon command!!!

  • 1
    Posts
    6
    Years
    • Seen Aug 17, 2022
    The player enters a garden full of starter Pokemon where he have to choose one of them .No rival.
    But I am not able to so this command because... i don't know how.
    Pls help !!!!
     
    Honestly you can just copy the script from Oak's lab.
     
    But I am not able to so this command because... i don't know how.

    I'm assuming you already know the basics of how to use XSE. The command syntax is as follows:

    Code:
    givepokemon [species] [level] [item] 0x0 0x0 0x0

    All inputs are in hex so you will need to convert. Last 3 will always be 0x0.

    So to give a meowth (decimal id of 52) with level 20 you and no item:

    Code:
    givepokemon 0x34 0x14 0x0 0x0 0x0 0x0

    This is a great resource for more help with this command. Let me know if you're still confused.
     
    Last edited:
    Back
    Top