So I looked around the forum for a while and couldn't find what i was looking for so decided to make an account and post this. If this has indeed already been answered somewhere just point me in the right direction.
Also I'm using RPG Maker VX Ace
Basically I'm currently working on a game that changes its point of view between multiple actors.I'm still rather new at this but I've figured out how to change actor to actor without just modifying the original actor as the game progresses, so that classes/appearances/skills change with ease.
But my problem is that I don't know how, if this even can happen, to also change the players items with each actor. For example, if the player is currently playing as Actor A and Actor A has 5 potions, and then the player switches to playing as Actor B, I don't want the player to have those potions anymore. And then whenever the player eventually switches back to Actor A I want the potions to appear in their items list again.
Is there some simple command I am missing? Or is there a script I can use to do this? And if there is a script how would I go about using it in a case like this? Any help & suggestions is greatly appreciated!