STRANGE VX ERROR
Posts
Pages:
1
So this error message didn't pop up the first time I've played through this event. I didn't change anything (that I know of?), but now I'm it has happened three times and I'm at a loss as to what to do.
A character is supposed to fight this battle solo. I add her into the party and remove everyone else before the battle begins. This is the message:
What does this mean?? How can I fix whatever is wrong? =(
A character is supposed to fight this battle solo. I add her into the party and remove everyone else before the battle begins. This is the message:

What does this mean?? How can I fix whatever is wrong? =(
Seems to be a script error. If, after triggering this error, you go to the Script area it should jump to the line of the script where the error is occurring.
I took a brief look at how the default script works. Line 80 says "return members[0].name", which is actually a method-call to another place in Game_Party. With what I'm reading, that particular method-call, I think, is supposed to return the name of the actor in party position 0. Which is, technically, the "first position" of any given array.
So, to raise an error like that, either a script elsewhere messed with the "members" function, or it's somehow failing to read the part where it creates the array it's trying to look at with "$game_actor" data?
So, to raise an error like that, either a script elsewhere messed with the "members" function, or it's somehow failing to read the part where it creates the array it's trying to look at with "$game_actor" data?
Pages:
1
















