11-02-2009, 11:24 AM
eldeth1029 Wrote:Charlie Fleed Wrote:Ok, this is easy. You can't break a line of code the way you did.
Write:
Code:$game_party.actors[10].
super_arts_type=1
Still giving me the same error. When I put it in the script box, it would break to the next line. Think because it was to long length wise.
Wait a minute, you don't have ten members in your party, do you? You may be having problems because $game_party.actors[10] does not exist.
If your target is instead the actor number 10 in the database, then you should use $game_actors[10].
Saekonungar Wrote::O Wow, this script is simply amazing, everything I was looking for and more, this is making me seriously consider restarting my project on XP.
But, it'll be kind of sad to leave behind everything I've already done on VX. So, I was wondering....while from your posts, it seems obvious you're not going to convert this to VX. Would it be okay if I asked around to see if anybody would be interested in doing it? (Of course giving you full credits for this) Or you do not allow that? :(
You can ask around, but don't have high expectations for it. It's a big big effort.