Jump to content

Home

[TSL]Recruit Script - Not a request


Recommended Posts

Well, i did this script for you don't need to create RECRUIT scripts(Only Recruit), i don't know if i can post it here, put here it is:

 

 

/*

Darth Nandis - Nandonalt

This script is for recruit a npc without making new scripts.

P1 = Number of the NPC that will be replaced.

 

The numbers:

0 Atton

1 BaoDur

2 Mand

3 g0t0

4 Handmaiden

5 hk47

6 Kreia

7 Mira

8 T3m4

9 VisasMarr

10 Hanharr

11 Disciple

*/

//

//

 

 

void main()

 

{

 

int iNPCtoReplace = GetScriptParameter(1);

string sNPCTemp = GetScriptStringParameter();

RemoveAvailableNPC(iNPCtoReplace);

AddAvailableNPCByTemplate(iNPCtoReplace, sNPCTemp);

DelayCommand(1.5,ShowPartySelectionGUI());

}

Compile it, and put in your override folder.

 

Instructions(In Tk102's Dlg Editor, TSL):

recuirvy0.png

1= The script's name(Post's Script, compiled).

2 = On P1, use any of these numbers, to replace the NPC.

0 Atton

1 BaoDur

2 Mand

3 g0t0

4 Handmaiden

5 hk47

6 Kreia

7 Mira

8 T3m4

9 VisasMarr

10 Hanharr

11 Disciple

 

3= The TemplateResRef of your new party member.

 

Any bugs, report.

 

(If this is ilegal or sort of thing, you can delete this topic, moderators :))

Link to comment
Share on other sites

  • 1 month later...

a conversation if I can defeat in the duel will be my party to me how to add this script and after you've won the fight

DarthNandis tell my how to add this script for example I'talk with Sith if you join to my you must first defeyted exile win and sith talk I join to you

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...