Mart Event Setup

How to set up a Mart event.


Mart Event

The script command hasn't changed — but as of v1.4.0, you can now provide extra arguments, which means the full command can get quite large.


Here's how a basic setup would look inside an event:

Image not found
Default Mart Event

If your list of items gets too long, there's a much cleaner way to organize it using a helper method.

Hint

You can define a method in the 000_PokeMarket_Settings_and_Setup.rb file to clean up your event commands.

For example, at the bottom of that file, add:

Now inside your event, you only need to call:

Hint

Using methods like this helps you:

  • Reuse item lists across multiple events
  • Quickly update all associated events by changing just one method
  • Keep your event clean and easier to manage
Image not found
Shorter Mart Event