So, i tried to accomplish
Magic Frenzy through eventing. Basically, every skill allowed to trigger
Magic Frenzy calls a common event that does the following:
Conditional branch: Is Femme Fatale (weapon that allows
Magic Frenzy)
equipped?If true then -->
Force action:
Actor Number 1 (From left to right, the first one during the battle),
Normal Attack,
Last target (Selected by triggering magic skill)
Problem is, i use a script that allows the player to exchange the active party members at any given time in the game, and therefore enabling the posibility of swaping actor's battle positions as well.
Is there a way to check if Actor in X position is Actor with X id? I always thought that RMXP's GUI eventing process was somehow limited.