Hey everyone, I was able to fix my previous problem, but now i have another one, DOH!!.
 
 I need a script that will remove G0T0 from the current party (because he is in the current 3 party people selection) and the list of available party members.
 
 Thanks in advance.
  
 
  
  
    I need a script that will remove G0T0 from the current party (because he is in the current 3 party people selection) and the list of available party members.
 
 
 
 void main() {
 RemoveNPCFromPartyToBase(NPC_G0T0);
 RemoveAvailableNPC(NPC_G0T0); 
 }
  
 
  
  
    Thanks Stoffe :D I've been trying to do that all day, it finally works, now just a bit of 'cleaning' to do and i can finally release V1.0.