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?
Switching to a different party.
● ARCHIVED · READ-ONLY
-
-
yes, the event where you switch party's just remove their items through event call then re add them when you switch back.
-
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. -
I've moved this thread to RGSS3 Script Requests. Please be sure to post your threads in the correct forum next time. Thank you.
-
Thanks for the response. I guess Tsukihime's Player switch is my best option. Thanks!