@OcRam
Thanks. I'm getting back into RPG maker (and this plugin) again after a break and can't seem to remember how I got stuff to work before.
I tried a conditional branch with the script call you gave me. But I can't get it to work for me.
I've tried to change both the part highlighted in orange and the part highlighted in green to an actor index number (0-4) but when I do I get an error msg. Am I'm missing something?
$gameParty.battleMembers()[$tempGamePlayer_OC._memberIndex];
Thanks. I'm getting back into RPG maker (and this plugin) again after a break and can't seem to remember how I got stuff to work before.
I tried a conditional branch with the script call you gave me. But I can't get it to work for me.
I've tried to change both the part highlighted in orange and the part highlighted in green to an actor index number (0-4) but when I do I get an error msg. Am I'm missing something?
$gameParty.battleMembers()[$tempGamePlayer_OC._memberIndex];
Don't change anything it should work as it is.