Setting up a Mart Event
How to set up the poke mart event.
Last updated
How to set up the poke mart event.
Last updated
The script command didn't change, I've only added the possibility to provide a few extra arguments and because of that the actual script command can become pretty big.
This is for example how you would set it up now inside an event:
The list of items you want to mart even to have can become really big so you can easily solve this by doing as follow. In the 000_PokeMart_Settings_and_Setup.rb
file you can add this at the bottom (use notepad ++ or any other code editor program to edit this file):
Inside the Mart Event you only need to put pbSomeMart
or whatever you named the method. This way you can have multiple events have the same kind of items and when you edit this method, it'll be updated for all events using this one method. It'll also be a lot more organized and easier to manage.