I'm trying to use the Force Action event to have a character attack three times in one turn. However, I only want one character to be able to do this... Say, George. George could be in slot 2, 3, or 4 in the player's party... But Force Action only lets you pick by slot #. I figure the best way to do this is a conditional that tests to see which actor is named "George" and then attack with that actor...
So basically I was wondering how to do that with a script in the conditional statement (game_actor1.name == 'george' [or something]). Or, if you have a better idea how I might do this...
The idea is a triple attack, but I want it to look like George is really attacking with his equipped weapon three times (not just a skill with 300% attack power...)
Thanks!
So basically I was wondering how to do that with a script in the conditional statement (game_actor1.name == 'george' [or something]). Or, if you have a better idea how I might do this...
The idea is a triple attack, but I want it to look like George is really attacking with his equipped weapon three times (not just a skill with 300% attack power...)
Thanks!