Jump to content

Home

Remove G0T0 from current party selection...


Recommended Posts

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);   
}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...