SSJ3Goku Posted February 10, 2004 Share Posted February 10, 2004 Is it possible to use that same code that you use to get malak in your party at the begining but have Darth Bandon instead. Can someone tell me. code:-------------------------------------------------------------------------------- object PlaceNPC(string sTag) { if(!GetIsObjectValid(GetObjectByTag(sTag))) { return CreateObject(OBJECT_TYPE_CREATURE,sTag,GetLocation (GetObjectByTag("POST_" + sTag))); } else { return OBJECT_INVALID; } } void AddCharToParty(string CharName, int Slot) { object oChar; oChar = PlaceNPC(CharName); AddAvailableNPCByObject(Slot, oChar); AddPartyMember(Slot, oChar); } -------------------------------------------------------------------------------- - CharName is the Name of the NPC (like n_darthbandon) - Slot is the Portrait Slot in your Party Selection Screen (0-8) would this work Link to comment Share on other sites More sharing options...
gameunlimited Posted February 10, 2004 Share Posted February 10, 2004 anything is possible =) the main question is not getting him into the party, but more like will there be any complications with the main quest as the story progress? Like if you replace Mission to become Malak, how are you going to get past that Shield barrier thingy to get into the Vulkar Base. Link to comment Share on other sites More sharing options...
SSJ3Goku Posted February 10, 2004 Author Share Posted February 10, 2004 how about just replaciing Carth with Bandon or that Wookie with bandon. Link to comment Share on other sites More sharing options...
gameunlimited Posted February 10, 2004 Share Posted February 10, 2004 still, im very sure that certain areas will require you to have the wookies or carth. Like for example, how are you going to finish Kashyyk without the wookie guy? Link to comment Share on other sites More sharing options...
gameunlimited Posted February 10, 2004 Share Posted February 10, 2004 however, if you simply wants, let say Carth's appearance to be that of Malak's, that is very easy to do. He will still basically be Carth, only the appearance is changed. Link to comment Share on other sites More sharing options...
SSJ3Goku Posted February 11, 2004 Author Share Posted February 11, 2004 Yes it confusing. If we could expand our party limit then there would be no problem. Is it possible to exand the party limit. Link to comment Share on other sites More sharing options...
T7nowhere Posted February 11, 2004 Share Posted February 11, 2004 I don't think it is possible to increase the party limit without alot of work,but it may possible to increase your party screen size to include more icons then you could place them around the ebon hawk. Don't ask me how to do it though as of now I have only some idea of where to beggin. I would be sweet to accomplish. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.