• 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.
  • Congratulations to all of the game jam participants! 🥳 The winners have all been decided and announced.
    If you haven't yet, check out the entries for Eevee Expo's Game Jam here!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Resource icon

v21.1 [v20\v21] Secret Bases Remade 3.0.0

This resource pertains to version 21.1 of Pokémon Essentials.

Reviews 4.50 star(s) 2 reviews

Look I am having beyond trouble understanding why this won't work. It really makes no sense at all. The game is compiled, I've tried defining new decorations, old, etc. None of the "add decorations" scripts work, and it's giving me a name error every single time. It doesn't make sense, please get back to me ASAP because I need to have this figured out before a stream tomorrow. It's literally the EXACT ID "SMALLDESK" and it will not work!

[Pokémon Essentials version 20.1]
[v20.1 Hotfixes 1.0.7]

Script error in event 21 (coords 29,12), map 90 (Route 4)
Exception: NameError
Message: uninitialized constant Interpreter::SMALLDESK

***Full script:
pbReceiveDecoration(SMALLDESK)
Backtrace:
(eval):1:in `execute_script'
Interpreter:143:in `eval'
Interpreter:143:in `execute_script'
Interpreter_Commands:426:in `command_111'
Interpreter_Commands:29:in `execute_command'
Interpreter:133:in `block in update'
Interpreter:90:in `loop'
Interpreter:90:in `update'
Scene_Map:160:in `block in update'
Scene_Map:159:in `loop'
V
Vendily
You are missing the : for the symbol. it needs to be :SMALLDESK
Back
Top