• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Resource icon

v21.1 Pokémon Box Link from Bag directly into Storage System 1.0

This resource pertains to version 21.1 of Pokémon Essentials.
Pokémon Essentials Version
v21.1 ✅
This resource builds upon the script provided by Appletun's Apples, with the only difference being that the Pokémon Box Link won't behave like a PC and instead throw you right into the Pokémon Storage System, using the Organize Boxes mode. Tested in Essentials v20.1 and v21.1 and works in both versions.

Step 1: Navigate to Item_Effects within the Script Editor and paste the following at the bottom of the "UseFromBag handlers" section:

Item Effects:
ItemHandlers::UseFromBag.add(:POKEMONBOXLINK, proc { |item|
    pbFadeOutIn do
      scene = PokemonStorageScene.new
      screen = PokemonStorageScreen.new(scene, $PokemonStorage)
      screen.pbStartScreen(0)
    end
  next 1
})


Step 2: Open the items.txt PBS file, navigate to the "POKEMONBOXLINK" section and add "FieldUse = Direct" inbetween Price and Flags.
Credits
Appletun's Apples has stated in their own resource that credit isn't necessary. Same goes for my edit; No credits needed.
  • Like
Reactions: EnomicAtom
Author
Luke996
Views
1,532
First release
Last update
Rating
0.00 star(s) 0 ratings
Back
Top