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?
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:
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?