Jump to content

Home

Help with a script


Godric Volturi

Recommended Posts

Okay, so I am trying to make a compiled script for a recruitable character... (remember the jedi on the Endar Spire... yeah, her. :p only I changed her to a Twi'lek)

 

So anyway, here's the script I used from Darth333's tutorial:

 

void main()

{

RemoveAvailableNPC(7);

AddAvailableNPCbyTemplate(7, "p_cleopatra)");

DelayCommand(1.5,ShowPartySelectionGUI());

}

 

and here's what pops up on my screen...

 

Lookup path root set to: C:\Program Files\LucasArts\Star Wars Knights of the Old Republic\

Loaded nwscript.nss from C:\Program Files\LucasArts\Star Wars Knights of the Old Republic\override/

Compiling: cleo_recruit.nss

cleo_recruit.nss(4): Error: Undeclared identifier

"AddAvailableNPCbyTemplate"

Compilation aborted with errors

Total Execution time= 31 ms

 

any help would be super appreciated... plus if you can help, I'll try to return the favor one day. :thmbup1:

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...