• 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!
Drawer/Cabinet Script

v19 Drawer/Cabinet Script N/A

This resource pertains to version 19 of Pokémon Essentials.
If you're already using this script, an easy fix! Just put this at the top!
Ruby:
Expand Collapse Copy
def pbDrawer(list)
        $game_variables[2]=list
        scene = Drawer.new
end
Back
Top