Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 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
   Select Key Item ACE kyonides 0 212 03-22-2024, 05:49 PM
Last Post: kyonides
   Battle Item Count kyonides 4 844 02-04-2024, 05:49 AM
Last Post: kyonides
   Skill Item Kost ACE kyonides 0 354 01-03-2024, 12:07 AM
Last Post: kyonides
   Fast Item Grouping DerVVulfman 1 2,471 06-12-2023, 05:28 PM
Last Post: DerVVulfman
   DoubleX RMMZ Skill Item Cooldown DoubleX 4 5,104 02-07-2021, 04:11 PM
Last Post: DoubleX
   DoubleX RMMZ Skill Item Triggers DoubleX 3 4,654 12-26-2020, 04:00 PM
Last Post: DoubleX
   Leveled Enemy Lists DerVVulfman 0 2,888 09-13-2019, 04:06 AM
Last Post: DerVVulfman
   DoubleX RMMV Unison Item Compatibility DoubleX 0 2,842 09-09-2019, 11:45 AM
Last Post: DoubleX
   Skyla's Unique Item Shop DerVVulfman 2 5,241 01-19-2018, 04:18 AM
Last Post: DerVVulfman
   Extra ITEM for MOG Scene Item Laura DerVVulfman 0 4,554 06-29-2017, 03:44 AM
Last Post: DerVVulfman



Users browsing this thread: