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

[Script] Help in givepokemon command!!!

1
Posts
5
Years
  • Age 21
  • 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 !!!!
 
222
Posts
6
Years
  • Age 22
  • Seen Nov 18, 2023
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