QUOTE (BasharTeg6 @ Feb 11 2010, 02:52 PM)

Well... there may be a way to do it using a called common event and a loop with a variable. I haven't used the "Force Action" command much myself, but you could use that to activate the move again. If you can't find a good script that's compatible with your battle system you could try that, but I can't give any guarantees.
To elaborate, you could create a common event with no trigger. For actions, create a conditional branch where a new variable (I'll call it SkillCount for now,) is less than 9. Within this branch, have it add 1 to 'SkillCount' then use Force Action with the actor who is using the skill, the skill itself, and set the target to "Last Target." For the "else" branch, just set SkillCount back to 0.
Hopefully it will continue using the skill on the same target unless I missed something or the event doesn't work right during battle... but it's something to try, at least.
-Bash
Only problem with that is that it assumes im using only four actors in thos positions. I have around nine actors that you can switch in and out of gameplay