Seperate Item Lists for Multiple Parties
#1
Seperate Item Lists for Multiple Parties
by RPG Advocate
saved from Phylomortis.Com


Introduction
This script allows you to maintain up to ten seperate item lists. This is useful when your game has multiple parties and you want to maintain an item list for each. Each list is identified by an ID number you choose when creating it. The following commands are supported:

Create: Stores the party's current items in a new list with the ID number you choose, then deletes the party's items Use the Call Script command to call "$game_itembag.create(id)", where id is the number you want to reference the list.
Replace: Deletes the party's items and replaces them with the contents of a previously stored list. Use "game_itembag.replace(id)".
Merge: Merges two stored item lists, or one item list with the party's current items. Use "$game_itembag.merge(id1, id2). To merge with the party's current item list, use -1 for id2.
Merge All: Merges all the item lists and stores them in item list ID 1, or merges the contents of all stored lists with the party's current items. Use "$game_itembag.merge_all(mode)", where mode is 1 for merging with the party's current items, or 2 for merging the contents of all lists.
Copy: Copies the contents of one list to another. Use "$game_itembag.copy(id1, id2).
Delete: Deletes a stored list. Use "$game_itembag.delete(id)".


Demo
>Click<


Script
Seperate Item Lists


Notes
The script was revised for ease of use. Directly editing the Scene_Title, Scene_Save and Scene_Load classes are no longer necessary.

This can be used in conjunction with the 'Party Splitting' script. However, the item bag system will not change inventories between the parties automatically. Automating this system with Party Splitting will require editing on your part.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
   Multiple Message Windows Extended DerVVulfman 1 2,682 04-02-2026, 10:38 PM
Last Post: DerVVulfman
   Battle Item Count kyonides 4 7,144 02-04-2024, 05:49 AM
Last Post: kyonides
   Fast Item Grouping DerVVulfman 1 6,385 06-12-2023, 05:28 PM
Last Post: DerVVulfman
   Leveled Enemy Lists DerVVulfman 0 5,968 09-13-2019, 04:06 AM
Last Post: DerVVulfman
   Skyla's Unique Item Shop DerVVulfman 2 9,823 01-19-2018, 04:18 AM
Last Post: DerVVulfman
   Extra ITEM for MOG Scene Item Laura DerVVulfman 0 7,822 06-29-2017, 03:44 AM
Last Post: DerVVulfman
   Item Combine Option DerVVulfman 5 16,388 05-08-2014, 12:39 AM
Last Post: Soulstuckgunner
   Goldaryn Multiple Resolution Kit Draycos Goldaryn 8 32,703 12-17-2012, 09:28 PM
Last Post: Taylor
   MrMo's Item-Using Skills DerVVulfman 0 7,813 04-05-2012, 03:52 AM
Last Post: DerVVulfman
   Lily's Item Identifier DerVVulfman 3 12,830 03-28-2012, 05:18 AM
Last Post: DerVVulfman



Users browsing this thread: 1 Guest(s)