Switching to a different party.

● ARCHIVED · READ-ONLY
Started by Zyoshiro 5 posts View original ↗
  1. In my game, sometimes the player will switch from one party to another to a different set of characters.

    Is it possible to make both parties not sharing the same items/equipment/inventory?
  2. yes, the event where you switch party's just remove their items through event call then re add them when you switch back.
  3. I suggest to go to the master script list and use Tsukihime's Player switch script.

    Removing and temporarily storing two different inventories by events would be a lot more work and block a lot more variables.
  4. I've moved this thread to RGSS3 Script Requests. Please be sure to post your threads in the correct forum next time. Thank you.
  5. Thanks for the response. I guess Tsukihime's Player switch is my best option. Thanks!