• 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 results of the game jam are out!
    See the Judge's Spotlight choices and vote for your favorites to win Community Choice Spotlight by the 28th! 🫙
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
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