• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
BW Storage System

Resource BW Storage System 1.0

I also seem to be having this issue. I'm using the version 20.1 version, by the way. I compared the essentials scripts to the one in this plugin and it seems like the only changes are changes to the positions of objects and text colors, so I'm not sure what could be causing the problem.
I'm also running into this and don't seem to be able to figure out the cause. Can anyone confirm if this takes place on 21.1 as well, or is this exclusive to the 20.1 release?
 
How I am supposed to download the 20.1 version? I cant find the link. Ty and sorry for the question.
 
Hello there! Is there any chance you still have the older plugin version that is compatible for v20.1 at hand? I would love to add this to my game, since I also use BW party screens! Thanks for your efforts ❤️
 
I'm using this plugin with Bag Screen in Party, and the deposit items options works but not withdraw item.

[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Script error in event 9 (coords 10,25), map 90 (New Bark Town)
Exception: ArgumentError
Message: wrong number of arguments (given 2, expected 1)
***Full script:
pbPokeCenterPC
Backtrace:
[BW Storage System] BW ItemStorage.rb:74:in `pbStartScene'
[Bag Screen w/int. Party] Script.rb:1572:in `pbWithdrawItemScreen'
UI_PC:27:in `block (2 levels) in pbPCItemStorage'
MessageConfig:575:in `pbFadeOutIn'
UI_PC:24:in `block in pbPCItemStorage'
UI_PC:6:in `loop'
UI_PC:6:in `pbPCItemStorage'
UI_PC:124:in `block in pbTrainerPCMenu'
UI_PC:118:in `loop'
UI_PC:118:in `pbTrainerPCMenu'

Edit: Add this code to Line 74 to fix the crash in BW ItemStorage script.
def pbStartScene(bag, party)
 
Last edited:
Hey, beginner here, where is this located?

"As a last bit of configuration, you'll need to find the def allWallpapers code in Pokemon_Storage and change to following code:"
 
Back
Top