• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
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:
Expand Collapse Copy
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
2,064
First release
Last update

Ratings

0.00 star(s) 0 ratings
Back
Top