Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Remove G0T0 from current party selection...

Page: 1 of 1
 Master Zionosis
06-23-2007, 5:04 PM
#1
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.
 stoffe
06-23-2007, 6:21 PM
#2
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);
}
 Master Zionosis
06-23-2007, 7:44 PM
#3
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.
Page: 1 of 1