Jump to content

Home

Compiling


noname35

Recommended Posts

Can somone compile a script for me. Kotor tool doesn't wanna agree with me right now. Here's the code:

 

void main()

{

int iNPCtoReplace = GetScriptParameter(1);
string sNPCTemp = GetScriptStringParameter();
RemoveAvailableNPC(iNPCtoReplace);
AddAvailableNPCByTemplate(iNPCtoReplace, sNPCTemp);
DelayCommand(1.5,ShowPartySelectionGUI());
}

 

Oh, btw, please replace iNPCtoreplace with HK47 and sNPCTemp with p_rem. Thanks, noname35

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...