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

[Custom Feature Question] shiney570's Item Receive Scene

350
Posts
5
Years
Hello, there
How can I use shiney570's Item Receive Scene for Receiving a Pokedex?
I tried making an Item called as Pokedex as Key Item and as soon as the player receives the Pokedex ,I deleted that item using the Script.
But the problem is, it still shows "Put the Pokedex in Key Items Pocket'
How can I disable this?
 
Last edited:

Diverscope

Pardon me
152
Posts
11
Years
Try using this:
Code:
$PokemonBag.pbStoreItem(:ITEMNAME)

It will add the item without displaying any message.
 
Back
Top