Master Zionosis Posted June 23, 2007 Share Posted June 23, 2007 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. Link to comment Share on other sites More sharing options...
stoffe Posted June 23, 2007 Share Posted June 23, 2007 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 More sharing options...
Master Zionosis Posted June 23, 2007 Author Share Posted June 23, 2007 Thanks Stoffe 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.