Jump to content

Home

Mod problem


HdVaderII

Recommended Posts

I'm making a Bastilla recruit mod, but the script I'm using to add her to the party isn't working.

void main()
{
  RemoveAvailableNPC(7);
  AddAvailableNPCByTemplate(7, "bastilla");
  DelayCommand(1.5,ShowPartySelectionGUI());
}

 

Does it help to know that I'm on telos and only have the Party memers atton, Kreia, and T3?

 

Help is always welcome

Link to comment
Share on other sites

The same reason you do that for K1 recruit mods...:

 

go to the tag field: type the tag of the npc you want to replace: A common error is tu use a custom tag: do not do this - you have to use one of the tags below- or the game will crash at certain points if it doesn't find the original npc when this npc was supposed to talk or do something. You'll also end up with multiple "copies" of you custom npc inside the Ebon Hawk if you use a custom tag.

 

Here's where I found that quote.

 

EDIT: To your second question, I believe so.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...