Party Trade Scene

This script provides a scene that allows you to trade items between parties. Two parties are displayed in the scene, and you can easily swap items between them.

Download

Download: ScriptDemo
Required: Party Manager

Installation

In the script editor, place this script below Party Manager and above Main

Usage

To call the party trade scene, make the script call

SceneManager.call(Scene_PartyTrade)
prepare_party_trade(party1_id, party2_id)

You must pass in two parties to be able to trade items between them.

In the scene, you would select a category and press OK to scroll through
the item list. You can press the “left” or “right” direction keys to
switch between the two lists.

Pressing OK on an item will trade it over if possible. If the other party’s
inventory is full, the item will not be traded.

You may also like...

7 Responses

  1. Anonymous says:

    Would it be accurate to assume that you can just trade between parties freely, even if they’re not on the same map?

  2. Anonymous says:

    I love you Hime. That’s all I have to say

Leave a Reply to Anonymous Cancel reply

Your email address will not be published. Required fields are marked *