- Joined
- Oct 29, 2016
- Messages
- 17
- Reaction score
- 2
- Primarily Uses
I have an event that runs on the equip screen , this changes what skills the current actor has depending on what is equiped.
To save a bunch of time, what is a script command I can store as a variable that tells me what actor equip page i am on.?
I know
$gameParty._menuActorId = x;
SceneManager.push(Scene_Equip);
Will load the actor page but I want the variable of the actors page im already on to store.
Thanks,
To save a bunch of time, what is a script command I can store as a variable that tells me what actor equip page i am on.?
I know
$gameParty._menuActorId = x;
SceneManager.push(Scene_Equip);
Will load the actor page but I want the variable of the actors page im already on to store.
Thanks,