What I want to know is if it's possible to modify Dargor's Party Changer Script, located here:
http://www.rmxp.org/forums/index.php?topic=42719.0
And what I want to do is make it so that if the player tries to use the party member changer in battle it will call a common event immediately. So if the player were to swap a member out of battle, the system would activate this common event.
I basically need this because I want the script to check to see who is in the party at all times but normally, I would just have the common event run on a parallel process but it doesn't seem to work while I am in battle (it seems parallel processes don't work so well in battle) so I'm hoping a line can be added to the script itself to call the common event.
http://www.rmxp.org/forums/index.php?topic=42719.0
And what I want to do is make it so that if the player tries to use the party member changer in battle it will call a common event immediately. So if the player were to swap a member out of battle, the system would activate this common event.
I basically need this because I want the script to check to see who is in the party at all times but normally, I would just have the common event run on a parallel process but it doesn't seem to work while I am in battle (it seems parallel processes don't work so well in battle) so I'm hoping a line can be added to the script itself to call the common event.