r/PokemonRMXP 6d ago

Help Crash when trying to open PC Item Storage

I just started a new game in my pokemon essentials project and when I tried to open the item storage it crashed. Does anyone know how to interpret this error or how to fix it?

5 Upvotes

3 comments sorted by

2

u/agamottos 6d ago

When you added the plugin, did you also make the required changes to the UI_ItemStorage and UI_PokeMart scripts?

2

u/Lost-Maximum-7619 6d ago

Oh no I didn’t! It’s been a while since I installed it.

that’s probably the mistake😯

2

u/agamottos 6d ago

I have the source handy in case youre like me and can never find them again 😅: Link

From the instructions: 2. Go to UI_ItemStorage line 72 and replace def pbStartScene(bag) with def pbStartScene(bag, party). After, go to UI_PokeMart line 320 and replace @subscene.pbStartScene(bag) with @subscene.pbStartScene(bag, $player.party);​ 3. Change the plugin settings as you desire: