• 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.
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