hard to say but we do need more story and let's hope it's good stuff and not shitty your girls are going to be raped by every monster are person in the game. because that is aready getting to be a pain. also i can't fight for the tiki tribe because the game said i had an invisable party member.
Yeah, it happens somehow sometimes, it seems like the game check how many party members you have with a variable that goes up when you add someone, and goes down when you remove someone...
It would be fine normally, but it seems like there might be some moments where a character gets removed without reducing the variable, which makes the game believe you still have 1 more party member
The easy fix would be :
- Create a Common Event that checks your current party
- Start it by setting the Party Member variable to 0
- Make a Conditional Branch "If the Actor Farah is in the Party", if yes, Party Member variable +1
- Make the same condition for every character
- Put the Common Event every time the game has to check your Party Member variable
I don't even know how the dev didn't even thought about this honestly
But then again, it's not the only thing that is a mess in this game