harIII Posted February 17, 2009 Share Posted February 17, 2009 I know I asked this before but for some reason the script won’t work again. This is what I have: void main() { AddAvailableNPCByTemplate(7, "p_ernel"); ClearAllActions(); DelayCommand(1.5,ShowPartySelectionGUI()); } The character won’t appear in the party selection menu. I tried the one from a tutorial at Lucasforums and one that somebody else gave me. Also when this script fires it will replace T3-M4 and the droid will NOT be in you party at the time of the recruitment. Link to comment Share on other sites More sharing options...
Giant Graffiti Posted February 17, 2009 Share Posted February 17, 2009 You might want to remove T3 first. Also, make sure the template for your new recruit is p_ernel. void main() { RemoveAvailableNPC(7); AddAvailableNPCByTemplate(7, "p_ernel"); DelayCommand(1.5,ShowPartySelectionGUI()); } EDIT: Wait. Is this for K1 or TSL? Link to comment Share on other sites More sharing options...
harIII Posted February 17, 2009 Author Share Posted February 17, 2009 K1 - I've tried it a dozen different ways and I think the script stops when trying to remove T3 when the droid isn't there, needless to say, I will try this out this afternoon. EDIT: I know I've tried this one before because this is exactly the same as the one I used from the tutorial on Lucasforums. Link to comment Share on other sites More sharing options...
Stream Posted February 17, 2009 Share Posted February 17, 2009 When you're on the Party Selection screen, have you tried double clicking the slot where T3 was? When I started on recruit Yoda I had missed something in appearence.2da and there was no picture at all in the slot yet when I added him to the party he was there. --Stream Link to comment Share on other sites More sharing options...
harIII Posted February 18, 2009 Author Share Posted February 18, 2009 Yep, I just have the black filled icon of T3-M4. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.